jjb: xci: Turn on bash debug option 61/61761/1
authorMarkos Chandras <mchandras@suse.de>
Mon, 3 Sep 2018 14:45:07 +0000 (15:45 +0100)
committerMarkos Chandras <mchandras@suse.de>
Mon, 3 Sep 2018 14:45:07 +0000 (15:45 +0100)
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 <mchandras@suse.de>
jjb/xci/xci-set-scenario.sh

index 105b989..59c1ebf 100755 (executable)
@@ -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.