diff options
Diffstat (limited to 'test-scenarios/install_python_twice.sh')
-rw-r--r-- | test-scenarios/install_python_twice.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test-scenarios/install_python_twice.sh b/test-scenarios/install_python_twice.sh new file mode 100644 index 0000000..9750ddd --- /dev/null +++ b/test-scenarios/install_python_twice.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +set -e + +# Optional: Import test library +source dev-container-features-test-lib + +# Definition specific tests +check "version" python --version + +# ... +# ... + +# Report result +reportResults |