From a5fbdab3c096152dd3a318c0c23da9465815aa69 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 6 Sep 2022 13:50:11 -0700 Subject: fix bug - Debian / Ubuntu base conda-notice.txt error (#135) * fix bug * move config * fix tests --- test/conda/install_conda.sh | 1 + test/conda/test.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'test/conda') diff --git a/test/conda/install_conda.sh b/test/conda/install_conda.sh index 92fd2e0..efe7f5e 100644 --- a/test/conda/install_conda.sh +++ b/test/conda/install_conda.sh @@ -7,6 +7,7 @@ source dev-container-features-test-lib check "conda" conda --version | grep 4.12.0 check "conda-forge" conda config --show channels | grep conda-forge +check "if conda-notice.txt exists" cat /usr/local/etc/vscode-dev-containers/conda-notice.txt # Report result reportResults 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 -- cgit v1.2.3