From 69d43e7615f080c2e4e57a87e84b51be857ab678 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 30 Sep 2016 11:08:47 +0200 Subject: Restore code ignoring lines in output (camlp5 warnings) --- test-suite/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test-suite') diff --git a/test-suite/Makefile b/test-suite/Makefile index 6ecc7bcaa..acf1dae05 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -280,6 +280,7 @@ $(addsuffix .log,$(wildcard output/*.v)): %.v.log: %.v %.out | grep -v "Welcome to Coq" \ | grep -v "\[Loading ML file" \ | grep -v "Skipping rcfile loading" \ + | grep -v "^" \ | sed 's/File "[^"]*"/File "stdin"/' \ > $$tmpoutput; \ diff -u $*.out $$tmpoutput 2>&1; R=$$?; times; \ -- cgit v1.2.3