diff options
Diffstat (limited to 'test/conda')
-rwxr-xr-x | test/conda/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/conda/test.sh b/test/conda/test.sh index 24755c5..f300217 100755 --- a/test/conda/test.sh +++ b/test/conda/test.sh @@ -9,5 +9,8 @@ source dev-container-features-test-lib check "version" conda --version check "if conda-notice.txt exists" cat /usr/local/etc/vscode-dev-containers/conda-notice.txt +# Check env +check "CONDA_SCRIPT is set correctly" echo $CONDA_SCRIPT | grep "/opt/conda/etc/profile.d/conda.sh" + # Report result reportResults |