Don't log difftastic compile time when comparing

html_output
Wilfred Hughes 2022-02-13 17:16:45 +07:00
parent 7f150ce883
commit 469fc6b470
1 changed files with 1 additions and 1 deletions

@ -3,7 +3,7 @@
set -e
echo "==> Building difftastic"
cargo build --release
cargo build --release -q
echo "==> Check outputs"
for before_f in sample_files/*before.*; do