From 4311b68420ea16b8700f911fd2d70cb585f1f24e Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 8 Jan 2007 21:28:08 -0700 Subject: [PATCH] figleaf: delete coverage file (.figleaf) before each test run, otherwise I suspect coverage data will accumulate from one test run to the next --- Makefile | 1 + 1 file changed, 1 insertion(+) 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: -- 2.45.2