diff options
| author | pboutill | 2012-10-17 22:39:11 +0000 |
|---|---|---|
| committer | pboutill | 2012-10-17 22:39:11 +0000 |
| commit | 899d106811d830a9195e5e02a3f136a8a587ccde (patch) | |
| tree | 52855aaa73f87b8c1d5b647da6284d4395666224 /test-suite/Makefile | |
| parent | 89a68d6a386b0986c06590e21ca3f46375d9b06b (diff) | |
Fix test-suite output/* in bench
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15906 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/Makefile')
| -rw-r--r-- | test-suite/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile index beea5d94a6..8008cac00f 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -268,7 +268,6 @@ $(addsuffix .log,$(wildcard output/*.v)): %.v.log: %.v | grep -v "Welcome to Coq" \ | grep -v "\[Loading ML file" \ | grep -v "Skipping rcfile loading" \ - | tail -n +2 \ > $$tmpoutput; \ diff -u $*.out $$tmpoutput 2>&1; R=$$?; times; \ if [ $$R = 0 ]; then \ |
