features/test/anaconda/test.sh

13 lines
276 B
Bash
Raw Permalink Normal View History

2022-05-13 03:07:22 +03:00
#!/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
2022-05-13 03:07:22 +03:00
# Report result
reportResults