]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - Makefile
Makefile: use 'setup.py test' for test/quicktest targets (instead of
[tahoe-lafs/tahoe-lafs.git] / Makefile
index 5693fa898d4c95678edf909b64f29b85d2e63b48..c93d8285c0b7d8a995a57ec76009f539b89c94fc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -109,10 +109,10 @@ TEST=allmydata
 # suppress the ansi color sequences
 
 test: build src/allmydata/_version.py
-       $(PYTHON) setup.py trial $(TRIALARGS) -s $(TEST)
+       $(PYTHON) setup.py test $(TRIALARGS) -s $(TEST)
 
 quicktest: .built .checked-deps
-       $(PYTHON) setup.py trial $(TRIALARGS) -s $(TEST)
+       $(PYTHON) setup.py test $(TRIALARGS) -s $(TEST)
 
 fuse-test: .built .checked-deps
        $(RUNPP) -d contrib/fuse -p -c runtests.py