aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-06-06 15:24:27 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-06-06 15:24:27 -0700
commit55d3ace0e805103ca776b0353055665802b520ed (patch)
tree985167704d7b54b930da953855750968102a450d /tools
parent336c21eb454ff64facf3215178bf409f59fe8d9d (diff)
Reuse already fetched results
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 8462b618fc..7dbab0be00 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -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: