aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-07-07 18:08:52 +0000
committerKevin Hilman <khilman@baylibre.com>2017-07-07 18:08:52 +0000
commit85f3007ed0c7e4c926d083a1c34cda519b935507 (patch)
tree9a3e5eca57e6212d21809943b81aabbf092947e8 /jjb
parent43db61bbd5d2bc746e5eac35c1d5089298acf5b8 (diff)
run-test-short: fix set -x for debug
Change-Id: Idf5356fd5f86de4a0d6b4afc82ef3d4d6706f437 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/common/include-agl-run-test-short.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh
index 1f43a16a..6897fde5 100644
--- a/jjb/common/include-agl-run-test-short.sh
+++ b/jjb/common/include-agl-run-test-short.sh
@@ -6,7 +6,7 @@
################################################################################
-set +x
+set -x
echo "## ${MACHINE} ##"
cd $REPODIR
@@ -90,7 +90,6 @@ lava-tool submit-job --block https://agl-jenkins-user@lava.automotivelinux.org t
MYJOB=`cat .myjob | grep "submitted as job" | sed -e "s#submitted as job id: ##g"`
echo "#### JOBID: $MYJOB #####"
-set -x
( lava-tool job-status https://agl-jenkins-user@lava.automotivelinux.org $MYJOB | tee .status ) || true
STATUS=`grep "Job Status:" .status | sed -e "s#Job Status: ##g"`