figleaf: delete coverage file (.figleaf) before each test run, otherwise I suspect coverage data will accumulate from one test run to the next

This commit is contained in:
Brian Warner 2007-01-08 21:28:08 -07:00
parent 2567a26519
commit 4311b68420

View File

@ -35,6 +35,7 @@ test: build
$(PP) trial $(REPORTER) $(TEST)
test-figleaf: build
rm -f .figleaf
$(PP) trial --reporter=bwverbose-figleaf $(TEST)
figleaf-output: