mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-01 15:20:55 +00:00
fuse: runtests: Fix typo in summary reporting.
This commit is contained in:
parent
0a94ac5732
commit
15fdb572b8
@ -102,9 +102,9 @@ class SystemTest (object):
|
|||||||
try:
|
try:
|
||||||
results = self.init_cli_layer()
|
results = self.init_cli_layer()
|
||||||
print '\n*** System Tests complete:'
|
print '\n*** System Tests complete:'
|
||||||
for implpath, failures, total in reuslts:
|
for result in results:
|
||||||
print 'Implementation %r: %d failed out of %d.' % (implpath, failures, total)
|
print 'Implementation %s: %d failed out of %d.' % result
|
||||||
except self.SetupFailure, sfail:
|
except SetupFailure, sfail:
|
||||||
print
|
print
|
||||||
print sfail
|
print sfail
|
||||||
print '\n*** System Tests were not successfully completed.'
|
print '\n*** System Tests were not successfully completed.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user