features/test-scenarios/install_python_twice.sh

16 lines
199 B
Bash
Raw Normal View History

2022-06-01 00:40:22 +03:00
#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "version" python --version
# ...
# ...
# Report result
reportResults