diff options
author | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-10-24 13:04:38 +0200 |
---|---|---|
committer | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-10-24 11:05:33 +0000 |
commit | fc207f97650b20a4b50621de33552c3b5504bd6c (patch) | |
tree | ab723dd74de63699351cfdbd186cbc7d45601e3f /testing | |
parent | 7a2d857d70e8f38635dad6c183b87de1b3efa43a (diff) | |
download | chromium_src-fc207f97650b20a4b50621de33552c3b5504bd6c.zip chromium_src-fc207f97650b20a4b50621de33552c3b5504bd6c.tar.gz chromium_src-fc207f97650b20a4b50621de33552c3b5504bd6c.tar.bz2 |
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}
Diffstat (limited to 'testing')
-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 129304e..c652549 100755 --- a/testing/scripts/telemetry_unittests.py +++ b/testing/scripts/telemetry_unittests.py @@ -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', |