Chromium Code Reviews| Index: scripts/slave/recipes/chromium_trybot.py |
| =================================================================== |
| --- scripts/slave/recipes/chromium_trybot.py (revision 245052) |
| +++ scripts/slave/recipes/chromium_trybot.py (working copy) |
| @@ -117,7 +117,7 @@ |
| ['failures:', r.failures] |
| ]) |
| - args = [api.json.gtest_results()] |
| + args = [api.json.gtest_results(add_json_log=False)] |
| if suffix == 'without patch': |
| args.append(api.chromium.test_launcher_filter( |