diff options
author | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-10-22 15:23:36 +0200 |
---|---|---|
committer | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-10-22 13:24:41 +0000 |
commit | f9f4000b3b94e82f7cf22277c649618f0bb97b66 (patch) | |
tree | a54e44f5fae0ab6acf94aa89f0c33ef8acb370fa /testing/scripts | |
parent | 5a73a5d37237fcf25bb05571a314193188600c65 (diff) | |
download | chromium_src-f9f4000b3b94e82f7cf22277c649618f0bb97b66.zip chromium_src-f9f4000b3b94e82f7cf22277c649618f0bb97b66.tar.gz chromium_src-f9f4000b3b94e82f7cf22277c649618f0bb97b66.tar.bz2 |
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}
Diffstat (limited to 'testing/scripts')
-rwxr-xr-x | testing/scripts/telemetry_unittests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/telemetry_unittests.py b/testing/scripts/telemetry_unittests.py index 3b90758..129304e 100755 --- a/testing/scripts/telemetry_unittests.py +++ b/testing/scripts/telemetry_unittests.py @@ -18,6 +18,7 @@ def main_run(args): with common.temporary_file() as tempfile_path: rc = common.run_command([ + sys.executable, os.path.join(args.paths['build'], 'scripts', 'tools', 'runit.py'), '--show-path', os.path.join(args.paths['build'], 'scripts', 'slave', 'runtest.py'), |