Index: build/android/run_tests.py |
=================================================================== |
--- build/android/run_tests.py (revision 178362) |
+++ build/android/run_tests.py (working copy) |
@@ -196,6 +196,7 @@ |
test_type='Unit test', |
test_package=test_runners[0].test_package.test_suite_basename, |
build_type=self.build_type, |
+ all_tests=self.all_tests, |
flakiness_server=self.flakiness_server) |
test_results.PrintAnnotation() |
@@ -264,7 +265,7 @@ |
for buildbot_emulator in buildbot_emulators: |
buildbot_emulator.Shutdown() |
- return len(test_results.GetAllBroken()) |
+ return len(test_results.failed) |
def Dispatch(options): |