summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2017-01-30 05:44:28 +0000
committerRyota MIBU <r-mibu@cq.jp.nec.com>2017-01-30 05:44:28 +0000
commitee4ef36ad0d93ecce542429d49ea368b39940ef9 (patch)
tree8620ec0d6ae04fea45daca4369f163226b6afd4c
parentc6bb4b315e75980510759fabfd71d4e087459aac (diff)
print git head
Change-Id: I62b1cbc0a6a443ca7457fc2d5896aafe5d06396f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
-rwxr-xr-xtests/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 206f6a40..df6db979 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -342,6 +342,7 @@ cleanup() {
# Main process
echo "Note: doctor/tests/run.sh has been executed."
+git log --oneline -1 || true # ignore even you don't have git installed
trap cleanup EXIT