Merge "jjb: xci: Drop the VM cleanup step from the functest jobs"
authorMarkos Chandras <mchandras@suse.de>
Mon, 12 Mar 2018 09:52:30 +0000 (09:52 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 12 Mar 2018 09:52:30 +0000 (09:52 +0000)
jjb/xci/xci-run-functest.sh

index 9bcc469..d57a625 100755 (executable)
@@ -7,6 +7,9 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
+set -o errexit
+set -o nounset
+set -o pipefail
 
 #----------------------------------------------------------------------
 # This script is used by CI and executed by Jenkins jobs.