Skip to content

Commit a713300

Browse files
author
Alan Hanson
committed
Add git info to nightly summary
1 parent fa059a1 commit a713300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/test_nightly.sh

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cd "$ROOT" || (echo failed to cd "$ROOT"; exit 1)
1515
export BINDIR=${BINDIR:-$ROOT/target/release}
1616

1717
echo "Nightly starts at $(date)" | tee "$output_file"
18+
echo "Running on $(git log -1 | head -20)" | tee -a "$output_file"
1819
echo "$(date) hammer start" >> "$output_file"
1920
banner hammer
2021
banner loop

0 commit comments

Comments
 (0)