]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: fix location of figleaf.excludes
authorBrian Warner <warner@lothar.com>
Thu, 14 Dec 2006 11:16:43 +0000 (04:16 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 14 Dec 2006 11:16:43 +0000 (04:16 -0700)
Makefile

index ab73f3ea2845bd64803619a3366ddc16f46e1ea8..93a68be7fdf0a2eafa98739c13a8ece096566891 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,11 @@ test: build
 
 test-figleaf:
        $(PP) trial --reporter=bwverbose-figleaf $(TEST)
-       figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
+       figleaf2html -d coverage-html -x src/allmydata/test/figleaf.excludes
 # after doing test-figleaf, point your browser at coverage-html/index.html
 
 figleaf-output:
-       figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
+       figleaf2html -d coverage-html -x src/allmydata/test/figleaf.excludes
 
 pyflakes:
        pyflakes src/allmydata