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

Unified Diff: tests/gtest_fake/gtest_fake_fail.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: 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_fail.py
diff --git a/tests/gtest_fake/gtest_fake_fail.py b/tests/gtest_fake/gtest_fake_fail.py
index 55bdd5b08f717822610356de56d4d05f08524b77..ceea47edbfb821092e4f698307be8e05204ab10b 100755
--- a/tests/gtest_fake/gtest_fake_fail.py
+++ b/tests/gtest_fake/gtest_fake_fail.py
@@ -24,6 +24,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 args:

Powered by Google App Engine
This is Rietveld 408576698