]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Makefile: use 'setup.py test' for test/quicktest targets (instead of
authorBrian Warner <warner@allmydata.com>
Fri, 30 Jan 2009 11:25:36 +0000 (04:25 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 30 Jan 2009 11:25:36 +0000 (04:25 -0700)
commita6eb434b57b0577d432bf5cec2ff773518a038b0
tree3d3978b5a20f3007002ceaad0299250b55423a4f
parent20ebfcc0c68cfbb5f536d3a3d9f48aab576e5f05
Makefile: use 'setup.py test' for test/quicktest targets (instead of
'setup.py trial'). 'setup.py trial' clobbers the tahoe .egg's PKG-INFO
"Version:" field (resetting it to 0.0.0), possibly because it isn't invoking
the darcsver subcommand that 'setup.py test' does before it runs the 'trial'
subcommand.

This slows down quicktest by another couple of seconds (see #591) and adds
more noise to its output, but without this change, 'make test' and 'make
quicktest' fail on test_runner (which spawns bin/tahoe as a subprocess, and
with a mangled Version:, the setuptools-based entry point script refuses to
recognize our source tree as a usable version of Tahoe).
Makefile