From: david-sarah <david-sarah@jacaranda.org>
Date: Mon, 26 Jul 2010 22:57:29 +0000 (-0700)
Subject: misc/build_helpers/run-with-pythonpath.py: fix stale comment, and remove 'trial'... 
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/something?a=commitdiff_plain;h=9c6ec58be5203ac1ce664d7b5935a775e2e206e6;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/misc/build_helpers/run-with-pythonpath.py b/misc/build_helpers/run-with-pythonpath.py
index 9aee7fa6..4421192a 100644
--- a/misc/build_helpers/run-with-pythonpath.py
+++ b/misc/build_helpers/run-with-pythonpath.py
@@ -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