Skip to content

Commit

Permalink
typo in string format string
Browse files Browse the repository at this point in the history
  • Loading branch information
liucougar committed Apr 1, 2011
1 parent 6e0ae8b commit 6c78128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/steps/subunit.py
Expand Up @@ -55,7 +55,7 @@ def commandComplete(self, cmd):
text += ["no tests", "run"]
else:
results = FAILURE
text.append("Total % test(s)" % total)
text.append("Total %d test(s)" % total)
if failures:
text.append("%d %s" % \
(failures,
Expand Down

0 comments on commit 6c78128

Please sign in to comment.