We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa059a1 commit a713300Copy full SHA for a713300
tools/test_nightly.sh
@@ -15,6 +15,7 @@ cd "$ROOT" || (echo failed to cd "$ROOT"; exit 1)
15
export BINDIR=${BINDIR:-$ROOT/target/release}
16
17
echo "Nightly starts at $(date)" | tee "$output_file"
18
+echo "Running on $(git log -1 | head -20)" | tee -a "$output_file"
19
echo "$(date) hammer start" >> "$output_file"
20
banner hammer
21
banner loop
0 commit comments