| Index: client/tools/buildbot_annotated_steps.py
|
| diff --git a/client/tools/buildbot_annotated_steps.py b/client/tools/buildbot_annotated_steps.py
|
| index 002cbf3c073f963a1e51315412bb3020a62b126e..998a36d19c1d51562f7f722b69a026dfdfd3e464 100644
|
| --- a/client/tools/buildbot_annotated_steps.py
|
| +++ b/client/tools/buildbot_annotated_steps.py
|
| @@ -84,7 +84,7 @@ def RunBrowserTests(component, mode, platform):
|
| cmd = ['xvfb-run']
|
| else:
|
| cmd = []
|
| - cmd += [sys.executable, './tools/test.py',
|
| + cmd += [sys.executable, './tools/test_wrapper.py',
|
| '--component=' + component, '--mode=' + mode,
|
| '--time', '--report', '--progress=buildbot', '-v']
|
| return subprocess.call(cmd)
|
|
|