Unverified Commit 34346589 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

Update test.sh

parent 06401448
#!/bin/bash
#!/bin/bash set -e
set -e # Optional: Import test library
source dev-container-features-test-lib
# Optional: Import test library # Definition specific tests
source dev-container-features-test-lib check "version" python --version
# Definition specific tests # Report result
check "version" python --version reportResults
# Report result
reportResults
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment