diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-11-08 23:08:06 +0300 |
---|---|---|
committer | Samruddhi Khandale <skhandale@microsoft.com> | 2022-11-08 23:08:06 +0300 |
commit | 91b8a145251afa580f35feb5f800bd1e4492a2b0 (patch) | |
tree | 05934dd8d88ba80d9e41d7f416606210e9ab5d3c /test/conda/test.sh | |
parent | 3020d6da64798ee994d407ffd3ce3f800f6dff92 (diff) |
Diffstat (limited to 'test/conda/test.sh')
-rwxr-xr-x | test/conda/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/conda/test.sh b/test/conda/test.sh index f300217..7c0df29 100755 --- a/test/conda/test.sh +++ b/test/conda/test.sh @@ -10,7 +10,7 @@ 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" +check "CONDA_SCRIPT is set correctly" bash -c "echo $CONDA_SCRIPT | grep "/opt/conda/etc/profile.d/conda.sh"" # Report result reportResults |