misc/build_helpers/run-with-pythonpath.py: fix stale comment, and remove 'trial' example that is not the right way to run trial.

This commit is contained in:
david-sarah 2010-07-26 15:57:29 -07:00
parent e3b58b1e88
commit 9c6ec58be5

View File

@ -4,10 +4,7 @@
"""Run an arbitrary command with a PYTHONPATH that will include the Tahoe
code, including dependent libraries. Run this like:
python misc/run-with-pythonpath.py python foo.py
or
python misc/run-with-pythonpath.py trial -r poll allmydata.test.test_util
python misc/build_helpers/run-with-pythonpath.py python foo.py
"""
import os, sys, subprocess