mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
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:
parent
e3b58b1e88
commit
9c6ec58be5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user