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:
7da0457
)
misc/build_helpers/run_trial.py: fix another typo in last patch.
author
david-sarah
<david-sarah@jacaranda.org>
Sun, 31 Oct 2010 16:03:32 +0000
(09:03 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Sun, 31 Oct 2010 16:03:32 +0000
(09:03 -0700)
misc/build_helpers/run_trial.py
patch
|
blob
|
history
diff --git
a/misc/build_helpers/run_trial.py
b/misc/build_helpers/run_trial.py
index b99e45d92a21334ec613e0cd4f1c41b380bfff50..39d5b35eeaa6c74ef1e7aa185e52b0912360a4b6 100644
(file)
--- a/
misc/build_helpers/run_trial.py
+++ b/
misc/build_helpers/run_trial.py
@@
-85,7
+85,7
@@
if not same:
"but expected to be testing the code at %r.\n"
% (srcdir, srcfile, cwd))
- cwdu = os.path.normcase(os.path.normpath(os.getcwdu())
+ cwdu = os.path.normcase(os.path.normpath(os.getcwdu())
)
if os.path.basename(cwdu) == u'src':
cwdu = os.path.dirname(cwdu)
if not isinstance(cwd, unicode) and cwd.decode(sys.getfilesystemencoding(), 'replace') != cwdu: