Fix spelling mistake in #1207.

This commit is contained in:
Florian Bruhin
2015-11-30 17:32:20 +01:00
parent e7e4860ded
commit 0d2668017d
2 changed files with 3 additions and 3 deletions

View File

@@ -548,7 +548,7 @@ def build_summary_stats_line(stats):
if parts:
line = ", ".join(parts)
else:
line = "no tests run"
line = "no tests ran"
if 'failed' in stats or 'error' in stats:
color = 'red'