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

Unified Diff: build/android/run_monkey_test.py

Issue 11616010: Refactor android test results logging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: build/android/run_monkey_test.py
diff --git a/build/android/run_monkey_test.py b/build/android/run_monkey_test.py
index 433b2bdd5f81c748e3497f34f25e25487ffdb2b1..e9739f56b9af01511aded116706a9dfc6b8d74b1 100755
--- a/build/android/run_monkey_test.py
+++ b/build/android/run_monkey_test.py
@@ -108,7 +108,9 @@ def DispatchPythonTests(options):
sharder = python_test_sharder.PythonTestSharder(
attached_devices, available_tests, options)
result = sharder.RunShardedTests()
- result.LogFull('Monkey', 'Monkey', options.build_type, available_tests)
+ result.LogFull('Monkey',
Isaac (away) 2012/12/18 04:17:43 named arguments here too?
frankf 2012/12/18 21:33:50 Done.
+ 'Monkey',
+ build_type=options.build_type)
result.PrintAnnotation()

Powered by Google App Engine
This is Rietveld 408576698