[Bug #962631] Fix typo reported by Bryan Blackburn
This commit is contained in:
parent
41bd02256f
commit
09e2cb0ba7
|
@ -27,7 +27,7 @@ def confirm(outcome, name):
|
|||
tests = tests + 1
|
||||
if outcome:
|
||||
if verbose:
|
||||
print "Failed", name
|
||||
print "Passed", name
|
||||
else:
|
||||
failures.append(name)
|
||||
|
||||
|
|
Loading…
Reference in New Issue