diff options
| -rw-r--r-- | mathcomp/Makefile.test-suite.coq.local | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mathcomp/Makefile.test-suite.coq.local b/mathcomp/Makefile.test-suite.coq.local index 6f9454b..119eff1 100644 --- a/mathcomp/Makefile.test-suite.coq.local +++ b/mathcomp/Makefile.test-suite.coq.local @@ -11,8 +11,7 @@ post-all:: $(OUTPUT_ARTIFACTS) if [ -e $$f.out.$(COQ_VERSION) ]; then REFERENCE=$$f.out.$(COQ_VERSION);\ else REFERENCE=$$f.out; fi;\ if ! diff -q "$$REFERENCE" "$$f.out.new"; \ - then echo "Output of file $$f differs!";\ - diff -u $$REFERENCE $$f.out.new;\ + then diff -u "$$REFERENCE" "$$f.out.new"; \ exit 1;\ fi;\ done |
