We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0000409 commit 2bd6ed2Copy full SHA for 2bd6ed2
tools/test_nightly.sh
@@ -15,7 +15,8 @@ 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"
+echo "Running on $(git log -1 --no-color | head -20)" | tee -a "$output_file"
19
+echo "" >> "$output_file"
20
echo "$(date) hammer start" >> "$output_file"
21
banner hammer
22
banner loop
0 commit comments