print git head 13/27713/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 30 Jan 2017 05:44:28 +0000 (05:44 +0000)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 30 Jan 2017 05:44:28 +0000 (05:44 +0000)
Change-Id: I62b1cbc0a6a443ca7457fc2d5896aafe5d06396f
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
tests/run.sh

index 206f6a4..df6db97 100755 (executable)
@@ -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