| Index: build/android/run_tests.py
|
| diff --git a/build/android/run_tests.py b/build/android/run_tests.py
|
| index a6ffdb15a5ecfda30d837d7b1062daaff982aa68..2a089fb30cdd814b65872e9c3503fbfe161890c5 100755
|
| --- a/build/android/run_tests.py
|
| +++ b/build/android/run_tests.py
|
| @@ -256,7 +256,8 @@ class TestSharder(BaseTestSharder):
|
|
|
| def OnTestsCompleted(self, test_runners, test_results):
|
| """Notifies that we completed the tests."""
|
| - test_results.LogFull('Unit test', os.path.basename(self.test_suite))
|
| + test_results.LogFull('Unit test', os.path.basename(self.test_suite),
|
| + self.build_type)
|
| PrintAnnotationForTestResults(test_results)
|
| if test_results.failed and self.rebaseline:
|
| test_runners[0].UpdateFilter(test_results.failed)
|
|
|