diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-06 23:50:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 23:50:11 +0300 |
commit | a5fbdab3c096152dd3a318c0c23da9465815aa69 (patch) | |
tree | 30a1709f45c5351917864a7fd5c05ad782744b0c /test/conda/test.sh | |
parent | d8ee2e8cf193bac39d9f31003f18d90b16dc969e (diff) |
fix bug - Debian / Ubuntu base conda-notice.txt error (#135)
* fix bug
* move config
* fix tests
Diffstat (limited to 'test/conda/test.sh')
-rwxr-xr-x | test/conda/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/conda/test.sh b/test/conda/test.sh index 69120d9..24755c5 100755 --- a/test/conda/test.sh +++ b/test/conda/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 |