diff options
Diffstat (limited to 'test/anaconda')
-rwxr-xr-x | test/anaconda/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/anaconda/test.sh b/test/anaconda/test.sh index 511291a..c2eafe0 100755 --- a/test/anaconda/test.sh +++ b/test/anaconda/test.sh @@ -7,6 +7,7 @@ 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
\ No newline at end of file |