From 469fc6b470fd885f5a622c61fa4b5784d6218ddf Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 13 Feb 2022 17:16:45 -0800 Subject: [PATCH] Don't log difftastic compile time when comparing --- sample_files/compare_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_files/compare_all.sh b/sample_files/compare_all.sh index 875ce9140..8cb057e70 100755 --- a/sample_files/compare_all.sh +++ b/sample_files/compare_all.sh @@ -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