From: Brian Warner Date: Tue, 9 Jan 2007 04:28:08 +0000 (-0700) Subject: figleaf: delete coverage file (.figleaf) before each test run, otherwise I suspect... X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~385 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=4311b68420ea16b8700f911fd2d70cb585f1f24e;p=tahoe-lafs%2Ftahoe-lafs.git figleaf: delete coverage file (.figleaf) before each test run, otherwise I suspect coverage data will accumulate from one test run to the next --- diff --git a/Makefile b/Makefile index 6fe7da35..1c9e4223 100644 --- 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: