X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fxci%2Fxci-run-functest.sh;h=d57a6259c6130272fe844545d6dfc71eb32b7b58;hb=8326e9f5c2ee90be781a9f44c18d1aeae0ce6ac9;hp=9bcc469c7a374828265d41ecb84e1e11c5fd5579;hpb=84e4b164e8a513f17f52e463120ae8a8d2ac2053;p=releng.git 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.