jjb: xci: xci-set-scenario: Drop errexit option 63/55363/1
authorMarkos Chandras <mchandras@suse.de>
Tue, 10 Apr 2018 16:02:34 +0000 (17:02 +0100)
committerMarkos Chandras <mchandras@suse.de>
Tue, 10 Apr 2018 16:02:34 +0000 (17:02 +0100)
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>
jjb/xci/xci-set-scenario.sh

index 3e64ab1..b591dd2 100755 (executable)
@@ -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
 
 #----------------------------------------------------------------------