aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/python/test.sh17
1 files changed, 8 insertions, 9 deletions
diff --git a/test/python/test.sh b/test/python/test.sh
index f65ce6c..7bd2281 100644
--- a/test/python/test.sh
+++ b/test/python/test.sh
@@ -1,13 +1,12 @@
+#!/bin/bash
- #!/bin/bash
+set -e
- set -e
+# Optional: Import test library
+source dev-container-features-test-lib
- # Optional: Import test library
- source dev-container-features-test-lib
+# Definition specific tests
+check "version" python --version
- # Definition specific tests
- check "version" python --version
-
- # Report result
- reportResults \ No newline at end of file
+# Report result
+reportResults