From 14d98b7795ca6f7333cb168ca7be2fd4baf1a882 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Thu, 1 Sep 2022 09:41:22 -0700 Subject: Adds a new Conda Feature (#127) * add conda Feature * addCondaForge --- test/conda/test.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 test/conda/test.sh (limited to 'test/conda/test.sh') 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 -- cgit v1.2.3