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() |