diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-07-07 18:08:52 +0000 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-07-07 18:08:52 +0000 |
commit | 85f3007ed0c7e4c926d083a1c34cda519b935507 (patch) | |
tree | 9a3e5eca57e6212d21809943b81aabbf092947e8 | |
parent | 43db61bbd5d2bc746e5eac35c1d5089298acf5b8 (diff) |
run-test-short: fix set -x for debug
Change-Id: Idf5356fd5f86de4a0d6b4afc82ef3d4d6706f437
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | jjb/common/include-agl-run-test-short.sh | 3 |
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"` |