From 3608656e9155d07dabce5a10277245608908ee45 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 3 Sep 2018 15:45:07 +0100 Subject: [PATCH] jjb: xci: Turn on bash debug option The script does not behave as it should so we need to enable the debug option in order to debug it properly Change-Id: I13cd4d027c0d9bb9229466148ea4c913508cba2a Signed-off-by: Markos Chandras --- jjb/xci/xci-set-scenario.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/xci/xci-set-scenario.sh b/jjb/xci/xci-set-scenario.sh index 105b9892f..59c1ebf6e 100755 --- a/jjb/xci/xci-set-scenario.sh +++ b/jjb/xci/xci-set-scenario.sh @@ -8,6 +8,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## set -o pipefail +set -x #---------------------------------------------------------------------- # This script is used by CI and executed by Jenkins jobs. -- 2.16.6