summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-04-10 17:02:34 +0100
committerMarkos Chandras <mchandras@suse.de>2018-04-10 17:02:34 +0100
commit82b7636f2061325547ffbb1ec67a7391cd2d8874 (patch)
tree6e54c00c28c58d03bc6040b8d8f862ee1b4dd29a
parent1177e235168e2b87b6989153dc10175aea210066 (diff)
jjb: xci: xci-set-scenario: Drop errexit option
Commands may exit with non-zero exit code but this could be normal (for example grep does than when it doesn't match anything). As such, lets not fail on everything but rather capture such failures and handle them appropriately. Change-Id: Icc16d0ccd09fd6f262600ae514161bfdf0c593f1 Signed-off-by: Markos Chandras <mchandras@suse.de>
-rwxr-xr-xjjb/xci/xci-set-scenario.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/xci/xci-set-scenario.sh b/jjb/xci/xci-set-scenario.sh
index 3e64ab140..b591dd23c 100755
--- a/jjb/xci/xci-set-scenario.sh
+++ b/jjb/xci/xci-set-scenario.sh
@@ -7,7 +7,6 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-set -o errexit
set -o pipefail
#----------------------------------------------------------------------