Index: build/android/run_monkey_test.py |
diff --git a/build/android/run_monkey_test.py b/build/android/run_monkey_test.py |
index 894de4fc888bdfca41f97d4c0d1a6d69e9544f8d..433b2bdd5f81c748e3497f34f25e25487ffdb2b1 100755 |
--- a/build/android/run_monkey_test.py |
+++ b/build/android/run_monkey_test.py |
@@ -108,7 +108,7 @@ def DispatchPythonTests(options): |
sharder = python_test_sharder.PythonTestSharder( |
attached_devices, available_tests, options) |
result = sharder.RunShardedTests() |
- result.LogFull('Monkey', 'Monkey', options.build_type) |
+ result.LogFull('Monkey', 'Monkey', options.build_type, available_tests) |
result.PrintAnnotation() |