Merge "xci: Set options in run-functest.sh"
authorMarkos Chandras <mchandras@suse.de>
Mon, 12 Mar 2018 09:51:44 +0000 (09:51 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 12 Mar 2018 09:51:44 +0000 (09:51 +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.