diff options
author | Markos Chandras <mchandras@suse.de> | 2018-03-12 09:51:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-12 09:51:44 +0000 |
commit | 99afc84cfb9367f46e418d4e1af6ec344bee53f6 (patch) | |
tree | 3264d03bde17718ff6585cf09e6cd137a26010c0 /jjb | |
parent | 1c063e733e27ba53449b45251c3572365455acbf (diff) | |
parent | 8326e9f5c2ee90be781a9f44c18d1aeae0ce6ac9 (diff) |
Merge "xci: Set options in run-functest.sh"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/xci/xci-run-functest.sh | 3 |
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. |