aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index acf5600d22..447160e594 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -265,6 +265,7 @@ $(addsuffix .log,$(wildcard output/*.v)): %.v.log: %.v
tmpoutput=`mktemp /tmp/coqcheck.XXXXXX`; \
$(command) "$<" 2>&1 \
| grep -v "Welcome to Coq" \
+ | grep -v "[Loading ML file" \
| grep -v "Skipping rcfile loading" \
> $$tmpoutput; \
diff -u $*.out $$tmpoutput 2>&1; R=$$?; times; \