From f8b82642a67354193c0ced88ae1d12f26b58d343 Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Sat, 29 Apr 2017 11:03:43 +0100 Subject: [PATCH] oops I think I took this off to see how the output was different. Which means there should really be a better way to check how the output is different, other than running the command and looking! --- xtests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtests/run.sh b/xtests/run.sh index 28fbd8c..9d2e518 100755 --- a/xtests/run.sh +++ b/xtests/run.sh @@ -19,7 +19,7 @@ sudo find $testcases -mtime +365 -printf "File %p has not been modified since %T # Long view tests -$exa $testcases/files -l | diff - $results/files_l || exit 1 +$exa $testcases/files -l | diff -q - $results/files_l || exit 1 $exa $testcases/files -lh | diff -q - $results/files_lh || exit 1 $exa $testcases/files -lhb | diff -q - $results/files_lhb || exit 1 $exa $testcases/files -lhB | diff -q - $results/files_lhb2 || exit 1 -- GitLab