]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
figleaf: delete coverage file (.figleaf) before each test run, otherwise I suspect...
authorBrian Warner <warner@allmydata.com>
Tue, 9 Jan 2007 04:28:08 +0000 (21:28 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 9 Jan 2007 04:28:08 +0000 (21:28 -0700)
Makefile

index 6fe7da35fde9b528f3f8d5006f8c0ffaa1e889e6..1c9e4223e96cbad9ab39141a5f87cf2d69680811 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ test: build
        $(PP) trial $(REPORTER) $(TEST)
 
 test-figleaf: build
+       rm -f .figleaf
        $(PP) trial --reporter=bwverbose-figleaf $(TEST)
 
 figleaf-output: