From: Markos Chandras Date: Fri, 23 Feb 2018 12:57:07 +0000 (+0000) Subject: jjb: xci: xci-start-new-vm.sh: Set pipefail option X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=087deeb855620075c686b195c7fb5ef20c55b928;p=releng.git jjb: xci: xci-start-new-vm.sh: Set pipefail option In commit I77d5d66c0146f943d805612ca5b47e2eed3ffc41 the 'ts' utility was added in order to print timestamps for deployment. However, this breaks the exit code since 'pipefail' was not set so every job was returning 'success'. Change-Id: I2625a655a7334b1e43b690618821e69377075ed1 Signed-off-by: Markos Chandras --- diff --git a/jjb/xci/xci-start-new-vm.sh b/jjb/xci/xci-start-new-vm.sh index 2c6ec3fad..b38ebe510 100755 --- a/jjb/xci/xci-start-new-vm.sh +++ b/jjb/xci/xci-start-new-vm.sh @@ -35,6 +35,7 @@ cd $WORKSPACE # yourself. cat > xci_test.sh<