Chromium Code Reviews| Index: build/android/test_runner.py |
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
| index 87f4cecabd12bc3010bae8e26f3ca1ef22c1118d..b1bd6e7cc31654ff2e52c7c4f30cff9c27b7ebf5 100755 |
| --- a/build/android/test_runner.py |
| +++ b/build/android/test_runner.py |
| @@ -775,6 +775,9 @@ def _RunJUnitTests(args): |
| test_type='JUnit', |
| test_package=args.test_suite) |
| + if args.json_results_file: |
| + json_results.GenerateJsonResultsFile(results, args.json_results_file) |
| + |
| return exit_code |