mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 08:13:49 +00:00
setup.py trial: improve --verbose suggestion a bit
This commit is contained in:
2
setup.py
2
setup.py
@ -364,7 +364,7 @@ class Trial(Command):
|
|||||||
print "PYTHONPATH=%s %s" % (os.environ["PYTHONPATH"],
|
print "PYTHONPATH=%s %s" % (os.environ["PYTHONPATH"],
|
||||||
" ".join(sys.argv))
|
" ".join(sys.argv))
|
||||||
else:
|
else:
|
||||||
print "(run with -vv for trial command-line details)"
|
print "(run setup.py with -vv for trial command-line details)"
|
||||||
trial.run() # this does sys.exit
|
trial.run() # this does sys.exit
|
||||||
# NEVER REACHED
|
# NEVER REACHED
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user