diff options
Diffstat (limited to 'test/desktop-lite/test.sh')
-rw-r--r-- | test/desktop-lite/test.sh | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/test/desktop-lite/test.sh b/test/desktop-lite/test.sh index f9bf160..bd0a516 100644 --- a/test/desktop-lite/test.sh +++ b/test/desktop-lite/test.sh @@ -1,12 +1,11 @@ +#!/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 +echo 'NO TESTS FOR ME YET!' - echo 'NO TESTS FOR ME YET!' - - # Report result - reportResults
\ No newline at end of file +# Report result +reportResults
\ No newline at end of file |