armband: Fix log collection by not setting errexit 33/28033/2
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 4 Feb 2017 11:58:08 +0000 (12:58 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 4 Feb 2017 12:38:11 +0000 (13:38 +0100)
Fuel and Armband deploy scripts trap internal errors and call exit
in the trap handler, so the releng wrapper exists before collecting
all deploy logs when shell option "errexit" is set.

JIRA: ARMBAND-217

Change-Id: Icb1e3277c3e137abb3225a2b9a0b4269eaf08fc6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
jjb/armband/armband-deploy.sh

index 6ddd2e9..adabfca 100755 (executable)
@@ -8,7 +8,6 @@
 # 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