diff options
| author | Enrico Tassi | 2016-09-30 11:08:47 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2016-09-30 11:08:47 +0200 |
| commit | 69d43e7615f080c2e4e57a87e84b51be857ab678 (patch) | |
| tree | 6ec8c9e43a3e035cab88018c113e7b840965d882 | |
| parent | 775b8f28562d1d5063da2b28a06e59610b76f06f (diff) | |
Restore code ignoring <W> lines in output (camlp5 warnings)
| -rw-r--r-- | test-suite/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile index 6ecc7bcaad..acf1dae059 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; \ |
