features/test/conda/test.sh
Samruddhi Khandale a5fbdab3c0
fix bug - Debian / Ubuntu base conda-notice.txt error (#135)
* fix bug

* move config

* fix tests
2022-09-06 13:50:11 -07:00

14 lines
277 B
Bash
Executable file

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "version" conda --version
check "if conda-notice.txt exists" cat /usr/local/etc/vscode-dev-containers/conda-notice.txt
# Report result
reportResults