setup.py trial: improve --verbose suggestion a bit

This commit is contained in:
Brian Warner 2008-09-19 12:39:22 -07:00
parent 0799e09910
commit a997d65d74

View File

@ -364,7 +364,7 @@ class Trial(Command):
print "PYTHONPATH=%s %s" % (os.environ["PYTHONPATH"],
" ".join(sys.argv))
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
# NEVER REACHED