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

Make telemetry_unittests.py work on Windows

BUG=422235
R=bartfab@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#300676}
parent 5a73a5d3
...@@ -18,6 +18,7 @@ def main_run(args): ...@@ -18,6 +18,7 @@ def main_run(args):
with common.temporary_file() as tempfile_path: with common.temporary_file() as tempfile_path:
rc = common.run_command([ rc = common.run_command([
sys.executable,
os.path.join(args.paths['build'], 'scripts', 'tools', 'runit.py'), os.path.join(args.paths['build'], 'scripts', 'tools', 'runit.py'),
'--show-path', '--show-path',
os.path.join(args.paths['build'], 'scripts', 'slave', 'runtest.py'), os.path.join(args.paths['build'], 'scripts', 'slave', 'runtest.py'),
......
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