mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
rollback the #591 fix, since it breaks quicktest entirely
This commit is contained in:
parent
1de4110b35
commit
66b8190fb1
4
Makefile
4
Makefile
@ -121,7 +121,7 @@ test: build src/allmydata/_version.py
|
||||
$(PYTHON) setup.py trial $(TRIALARGS) -s $(TEST)
|
||||
|
||||
quicktest: .built .checked-deps
|
||||
trial $(TRIALARGS) $(TEST)
|
||||
$(PYTHON) setup.py trial $(TRIALARGS) -s $(TEST)
|
||||
|
||||
fuse-test: .built .checked-deps
|
||||
$(RUNPP) -d contrib/fuse -p -c runtests.py
|
||||
@ -132,7 +132,7 @@ test-figleaf: build src/allmydata/_version.py
|
||||
|
||||
quicktest-figleaf: src/allmydata/_version.py
|
||||
rm -f .figleaf
|
||||
trial --reporter=bwverbose-figleaf $(TRIALARGS) $(TEST)
|
||||
$(PYTHON) setup.py trial --reporter=bwverbose-figleaf -s $(TEST)
|
||||
|
||||
figleaf-output:
|
||||
$(RUNPP) -p -c "misc/figleaf2html -d coverage-html -r src -x misc/figleaf.excludes"
|
||||
|
Loading…
Reference in New Issue
Block a user