mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
Makefile: fix location of figleaf.excludes
This commit is contained in:
parent
7574177c3b
commit
8a858f745d
4
Makefile
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user