Skip to content
Snippets Groups Projects
Commit 8db469ba authored by Craig Tiller's avatar Craig Tiller
Browse files

Remove the sea of green to allow focusing on failures

parent d552dbdf
No related branches found
No related tags found
No related merge requests found
...@@ -1228,8 +1228,6 @@ def _build_and_run( ...@@ -1228,8 +1228,6 @@ def _build_and_run(
jobset.message( jobset.message(
'FLAKE', '%s [%d/%d runs flaked]' % (k, num_failures, num_runs), 'FLAKE', '%s [%d/%d runs flaked]' % (k, num_failures, num_runs),
do_newline=True) do_newline=True)
else:
jobset.message('PASSED', k, do_newline=True)
finally: finally:
for antagonist in antagonists: for antagonist in antagonists:
antagonist.kill() antagonist.kill()
......
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