Chromium Code Reviews| Index: frog/presubmit.py |
| diff --git a/frog/presubmit.py b/frog/presubmit.py |
| index 91005052bdc6ec9b39f7d792883ab652af037111..595c9f9fc99abc69d9d51b22ba46a704bb2c571f 100755 |
| --- a/frog/presubmit.py |
| +++ b/frog/presubmit.py |
| @@ -117,7 +117,7 @@ def main(): |
| if not options.leg_only: |
| SelfHost() |
| - test_cmd = ['../tools/test.py', '--report', '--timeout=30', |
| + test_cmd = ['../tools/test_wrapper.py', '--report', '--timeout=30', |
| '--progress=color', '--mode=release', '--checked'] |
| if options.notest: return |