Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: tests/gtest_fake/gtest_fake_flaky.py

Issue 12459014: Implement clustering support in run_test_cases.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Fixes Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/gtest_fake/gtest_fake_flaky.py
diff --git a/tests/gtest_fake/gtest_fake_flaky.py b/tests/gtest_fake/gtest_fake_flaky.py
index 88b8d070d471a9d7aa71d18bd30083fb09e2b83b..6e3a21e137495b4ad3d0396eb5c6c608aa75f4a0 100755
--- a/tests/gtest_fake/gtest_fake_flaky.py
+++ b/tests/gtest_fake/gtest_fake_flaky.py
@@ -26,6 +26,7 @@ TOTAL = sum(len(v) for v in TESTS.itervalues())
def main():
parser = optparse.OptionParser()
parser.add_option('--gtest_list_tests', action='store_true')
+ parser.add_option('--gtest_print_time', action='store_true')
parser.add_option('--gtest_filter')
options, args = parser.parse_args()
if len(args) != 1:

Powered by Google App Engine
This is Rietveld 408576698