| 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..fd5dea7a7258da078d5a0075f10790c9398f20f2 100755
|
| --- a/build/android/run_monkey_test.py
|
| +++ b/build/android/run_monkey_test.py
|
| @@ -108,7 +108,10 @@ 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(
|
| + test_type='Monkey',
|
| + test_package='Monkey',
|
| + build_type=options.build_type)
|
| result.PrintAnnotation()
|
|
|
|
|
|
|