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

Reuse already fetched results

parent 336c21eb
No related branches found
No related tags found
No related merge requests found
......@@ -1265,7 +1265,7 @@ except:
if args.show_flakes:
import pprint
pprint.pprint (get_flaky_tests())
pprint.pprint(flaky_tests)
sys.exit(0)
if args.force_default_poller:
......
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