From 66b8190fb1892e1548672e9aafc59ef440a66815 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 23 Jan 2009 17:28:12 -0700 Subject: [PATCH] rollback the #591 fix, since it breaks quicktest entirely --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a565b9ee..0bd4048d 100644 --- a/Makefile +++ b/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" -- 2.37.2