projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2567a26
)
figleaf: delete coverage file (.figleaf) before each test run, otherwise I suspect...
author
Brian Warner
<warner@allmydata.com>
Tue, 9 Jan 2007 04:28:08 +0000
(21:28 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 9 Jan 2007 04:28:08 +0000
(21:28 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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: