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:
ba4458d
)
Small log output change.
author
nejucomo
<nejucomo@gmail.com>
Mon, 21 Jan 2008 03:18:53 +0000
(20:18 -0700)
committer
nejucomo
<nejucomo@gmail.com>
Mon, 21 Jan 2008 03:18:53 +0000
(20:18 -0700)
contrib/fuse/runtests.py
patch
|
blob
|
history
diff --git
a/contrib/fuse/runtests.py
b/contrib/fuse/runtests.py
index 078cfbfe2fe4e64a76fa12d6e1700ff646547caf..275ad4aa54c6f2cea95f862cca08af4287d8ace6 100644
(file)
--- a/
contrib/fuse/runtests.py
+++ b/
contrib/fuse/runtests.py
@@
-314,7
+314,7
@@
class SystemTest (object):
totaltime = time.time() - starttime
if result is not False:
- tmpl = '(Polling
for this condition
took over %.2f seconds.)'
+ tmpl = '(Polling took over %.2f seconds.)'
print tmpl % (totaltime,)
return result