diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-01 19:41:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 19:41:22 +0300 |
commit | 14d98b7795ca6f7333cb168ca7be2fd4baf1a882 (patch) | |
tree | 739f540408557d29d1782924795b5cc35ea7f8e7 /test/conda/test.sh | |
parent | d50ef0016a2f8b3baeb88cd26f508f3b4b204573 (diff) |
Adds a new Conda Feature (#127)
* add conda Feature
* addCondaForge
Diffstat (limited to 'test/conda/test.sh')
-rwxr-xr-x | test/conda/test.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/conda/test.sh b/test/conda/test.sh new file mode 100755 index 0000000..69120d9 --- /dev/null +++ b/test/conda/test.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +set -e + +# Optional: Import test library +source dev-container-features-test-lib + +# Definition specific tests +check "version" conda --version + +# Report result +reportResults |