aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Dan Born <dborn@google.com>2017-11-16 11:37:57 -0800
committerGravatar Dan Born <dborn@google.com>2017-12-04 18:01:47 -0800
commit53d5503fac819f2474fb317fc34f20ae230fbf8f (patch)
treea24b4402abae1feb06dbc2cc1680b9f0055c7113 /tools/run_tests/run_tests.py
parent6fa206de8f8a1444fff19a84945a424c0cabb41c (diff)
Pass a pollset_set to some client handshakers.
Diffstat (limited to 'tools/run_tests/run_tests.py')
-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 766c1c0b7c..471f5d99e7 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -1231,7 +1231,7 @@ if not args.disable_auto_set_flakes:
if test.flaky: flaky_tests.add(test.name)
if test.cpu > 0: shortname_to_cpu[test.name] = test.cpu
except:
- print("Unexpected error getting flaky tests:", sys.exc_info()[0])
+ print("Unexpected error getting flaky tests: %s" % traceback.format_exc())
if args.force_default_poller:
_POLLING_STRATEGIES = {}