Commit fc207f97 authored by Paweł Hajdan, Jr's avatar Paweł Hajdan, Jr

Fix telemetry_unittests.py on Windows by adding sys.executable to args

BUG=422235
R=sergiyb@chromium.org

Review URL: https://codereview.chromium.org/677023002

Cr-Commit-Position: refs/heads/master@{#301081}
parent 7a2d857d
......@@ -21,6 +21,7 @@ def main_run(args):
sys.executable,
os.path.join(args.paths['build'], 'scripts', 'tools', 'runit.py'),
'--show-path',
sys.executable,
os.path.join(args.paths['build'], 'scripts', 'slave', 'runtest.py'),
'--target', args.build_config_fs,
'--xvfb',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment