aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/install_python_twice.sh
blob: 9750dddad5dc4dd1a81be24805214e46f4349de3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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