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:
0a94ac5
)
fuse: runtests: Fix typo in summary reporting.
author
nejucomo
<nejucomo@gmail.com>
Sat, 7 Jun 2008 07:05:07 +0000
(
00:05
-0700)
committer
nejucomo
<nejucomo@gmail.com>
Sat, 7 Jun 2008 07:05:07 +0000
(
00:05
-0700)
contrib/fuse/runtests.py
patch
|
blob
|
history
diff --git
a/contrib/fuse/runtests.py
b/contrib/fuse/runtests.py
index 494a31f294e86b94606bf134179cc7b01931d273..419a147001f03336e90cf9cef37289beb7609b66 100644
(file)
--- a/
contrib/fuse/runtests.py
+++ b/
contrib/fuse/runtests.py
@@
-102,9
+102,9
@@
class SystemTest (object):
try:
results = self.init_cli_layer()
print '\n*** System Tests complete:'
- for
implpath, failures, total in reus
lts:
- print 'Implementation %
r: %d failed out of %d.' % (implpath, failures, total)
- except
self.
SetupFailure, sfail:
+ for
result in resu
lts:
+ print 'Implementation %
s: %d failed out of %d.' % result
+ except SetupFailure, sfail:
print
print sfail
print '\n*** System Tests were not successfully completed.'