summaryrefslogtreecommitdiffstats
path: root/jjb/xci
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-03-12 09:51:44 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-12 09:51:44 +0000
commit99afc84cfb9367f46e418d4e1af6ec344bee53f6 (patch)
tree3264d03bde17718ff6585cf09e6cd137a26010c0 /jjb/xci
parent1c063e733e27ba53449b45251c3572365455acbf (diff)
parent8326e9f5c2ee90be781a9f44c18d1aeae0ce6ac9 (diff)
Merge "xci: Set options in run-functest.sh"
Diffstat (limited to 'jjb/xci')
-rwxr-xr-xjjb/xci/xci-run-functest.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/xci/xci-run-functest.sh b/jjb/xci/xci-run-functest.sh
index 9bcc469c7..d57a6259c 100755
--- a/jjb/xci/xci-run-functest.sh
+++ b/jjb/xci/xci-run-functest.sh
@@ -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.