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/anaconda/test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/anaconda') 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 -- cgit v1.2.3