summaryrefslogtreecommitdiff
path: root/abe-bisect-helper.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-08-24 12:37:43 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-08-24 12:37:43 +0000
commit6ee3c661d937449d3e027c40fcea3a5836ce51ae (patch)
tree774fad9d4109f4c71e589f0978d07d8fbc33844a /abe-bisect-helper.sh
parentc0163f0ae56a35705e6405d2e07d839c17c4d904 (diff)
abe-bisect-helper.sh: Show commit before build/check
To help read the logs, show the commit contents of each commit being tested during the bisect process. Change-Id: Icb39d08c8966e182aecbc2243c289c9c85c756fa
Diffstat (limited to 'abe-bisect-helper.sh')
-rwxr-xr-xabe-bisect-helper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/abe-bisect-helper.sh b/abe-bisect-helper.sh
index e4e97875..4b8f25d4 100755
--- a/abe-bisect-helper.sh
+++ b/abe-bisect-helper.sh
@@ -29,6 +29,7 @@ check_set TARGET
REV=$(git show --format=%H -s BISECT_HEAD)
echo AT `date` BISECT TRYING: ${REV}
+git show $REV
set -x
cd ${RUNDIR}