Skip to content
Snippets Groups Projects
Commit 1e006e59 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Fix typo in Python test harness

parent 96087054
No related branches found
No related tags found
No related merge requests found
......@@ -406,7 +406,7 @@ def summary(result):
unexpected_successful=len(unexpected_successes),
interrupted=str(running_names)))
tracebacks = '\n\n'.join([
(_Colors.FAIL + '{test_name}' + _Colors.END + + '\n' +
(_Colors.FAIL + '{test_name}' + _Colors.END + '\n' +
_Colors.BOLD + 'traceback:' + _Colors.END + '\n' +
'{traceback}\n' +
_Colors.BOLD + 'stdout:' + _Colors.END + '\n' +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment