mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Makefile: add quicktest-figleaf: this is in my edit-test-repeat loop, and I need it to be fast
This commit is contained in:
parent
d2a2b8a4ae
commit
19a40d7a2d
4
Makefile
4
Makefile
@ -186,6 +186,10 @@ test-figleaf: build src/allmydata/_version.py
|
||||
rm -f .figleaf
|
||||
$(PP) $(TRIAL) --reporter=bwverbose-figleaf $(TEST)
|
||||
|
||||
quicktest-figleaf: src/allmydata/_version.py
|
||||
rm -f .figleaf
|
||||
$(PP) $(TRIAL) --reporter=bwverbose-figleaf $(TEST)
|
||||
|
||||
figleaf-output:
|
||||
$(PP) \
|
||||
$(PYTHON) misc/figleaf2html -d coverage-html -r src -x misc/figleaf.excludes
|
||||
|
Loading…
x
Reference in New Issue
Block a user