aboutsummaryrefslogtreecommitdiff
path: root/test/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'test/anaconda')
-rwxr-xr-xtest/anaconda/test.sh1
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