projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d04b2a
)
test_runner.py: change to code for locating the bin/tahoe script that was missed...
author
david-sarah
<david-sarah@jacaranda.org>
Sun, 25 Jul 2010 18:20:08 +0000
(11:20 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Sun, 25 Jul 2010 18:20:08 +0000
(11:20 -0700)
src/allmydata/test/test_runner.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_runner.py
b/src/allmydata/test/test_runner.py
index b5459b48a5f0ad8389aa79523cc53ec2d76d933c..6e85a20bccb8d6ced2594aa21e053e92a941f6ef 100644
(file)
--- a/
src/allmydata/test/test_runner.py
+++ b/
src/allmydata/test/test_runner.py
@@
-14,8
+14,8
@@
from allmydata.test import common_util
import allmydata
bintahoe = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(allmydata.__file__))), 'bin', 'tahoe')
-if sys.platform == "win32":
# TODO: should this include cygwin?
- bintahoe += ".
exe
"
+if sys.platform == "win32":
+ bintahoe += ".
pyscript
"
class SkipMixin: