features/test-scenarios/install_python_twice.sh
2022-05-31 21:40:22 +00:00

16 lines
199 B
Bash

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "version" python --version
# ...
# ...
# Report result
reportResults