diff options
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-x | tests/run.sh | 1 |
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 |