diff options
Diffstat (limited to 'test/hugo')
-rw-r--r-- | test/hugo/test.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/hugo/test.sh b/test/hugo/test.sh new file mode 100644 index 0000000..b4d6636 --- /dev/null +++ b/test/hugo/test.sh @@ -0,0 +1,13 @@ + + #!/bin/bash + + set -e + + # Optional: Import test library + source dev-container-features-test-lib + + # Definition specific tests + check "version" hugo version + + # Report result + reportResults
\ No newline at end of file |