diff options
author | Yuchen Zeng <zyc@google.com> | 2017-01-23 17:19:53 -0800 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2017-01-23 17:19:53 -0800 |
commit | e38698e5bdb3c21dc63d1236d2111e0c4fbf4a20 (patch) | |
tree | 61bc024713ecd469d446032b14bca52b6923b96e /src/python/grpcio_tests/tests/_runner.py | |
parent | c09fd8c58a3cbaf991079f61dc0a98a815676f09 (diff) | |
parent | 889b0a45352928e2a815c34d5f849be9641284b0 (diff) |
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
Diffstat (limited to 'src/python/grpcio_tests/tests/_runner.py')
-rw-r--r-- | src/python/grpcio_tests/tests/_runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/grpcio_tests/tests/_runner.py b/src/python/grpcio_tests/tests/_runner.py index 59964b271c..1138a2279d 100644 --- a/src/python/grpcio_tests/tests/_runner.py +++ b/src/python/grpcio_tests/tests/_runner.py @@ -196,8 +196,8 @@ class Runner(object): # Run the tests result.startTestRun() for augmented_case in augmented_cases: - sys.stdout.write('Running {}\n'.format(augmented_case.case.id( - ))) + sys.stdout.write( + 'Running {}\n'.format(augmented_case.case.id())) sys.stdout.flush() case_thread = threading.Thread( target=augmented_case.case.run, args=(result,)) |