From 343465890b2b710fd6c9cf33b1365d24a9603147 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 25 May 2022 12:40:40 -0700 Subject: Update test.sh --- test/python/test.sh | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'test/python') 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 -- cgit v1.2.3