Skip to content

Commit

Permalink
run-tests: Show "s"earch/"m"atch code in test stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Jul 23, 2015
1 parent 30888c1 commit 9bfee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def main():
print("FAIL ", end="")
stats[1] += 1

print("%-25s %-20s" % (fit_str(regex, 25), fit_str(string, 20)))
print("%s %-25s %-20s" % (kind[0], fit_str(regex, 25), fit_str(string, 20)))

print("Ran %d tests, results:" % len(test_suite))
for name, stats in engine_stats.items():
Expand Down

0 comments on commit 9bfee17

Please sign in to comment.