summaryrefslogtreecommitdiffstats
path: root/jjb/3rd_party_ci/functest-netvirt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/3rd_party_ci/functest-netvirt.sh')
-rwxr-xr-xjjb/3rd_party_ci/functest-netvirt.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/3rd_party_ci/functest-netvirt.sh b/jjb/3rd_party_ci/functest-netvirt.sh
index abc7975ce..d89423f57 100755
--- a/jjb/3rd_party_ci/functest-netvirt.sh
+++ b/jjb/3rd_party_ci/functest-netvirt.sh
@@ -1,4 +1,7 @@
#!/bin/bash
+set -e
+
+# wipe the WORKSPACE
+/bin/rm -rf $WORKSPACE
echo "Hello World"
-ls -al $WORKSPACE