Update test.sh

This commit is contained in:
Josh Spicer 2022-05-25 12:40:40 -07:00 committed by GitHub
parent 064014481c
commit 343465890b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
# Report result
reportResults