aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2016-09-30 11:08:47 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2016-09-30 11:08:47 +0200
commit69d43e7615f080c2e4e57a87e84b51be857ab678 (patch)
tree6ec8c9e43a3e035cab88018c113e7b840965d882 /test-suite/Makefile
parent775b8f28562d1d5063da2b28a06e59610b76f06f (diff)
Restore code ignoring <W> lines in output (camlp5 warnings)
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile1
1 files changed, 1 insertions, 0 deletions
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 "^<W>" \
| sed 's/File "[^"]*"/File "stdin"/' \
> $$tmpoutput; \
diff -u $*.out $$tmpoutput 2>&1; R=$$?; times; \