From 661f7ecb445203319a71d779fe44fe95a2f77f16 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 25 May 2022 20:12:22 +0000 Subject: and jupyter --- test/jupyterlab/test.sh | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'test/jupyterlab') diff --git a/test/jupyterlab/test.sh b/test/jupyterlab/test.sh index be927b7..e55cec6 100644 --- a/test/jupyterlab/test.sh +++ b/test/jupyterlab/test.sh @@ -1,13 +1,12 @@ +xw#!/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" jupyter --version - # Definition specific tests - check "version" jupyter --version - - # Report result - reportResults \ No newline at end of file +# Report result +reportResults \ No newline at end of file -- cgit v1.2.3