Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Unified Diff: testing/scripts/telemetry_unittests.py

Issue 647103003: Make telemetry_unittests.py work on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/telemetry_unittests.py
diff --git a/testing/scripts/telemetry_unittests.py b/testing/scripts/telemetry_unittests.py
index 3b90758669324e7811346bdee4b2d5203be2cfc1..129304eac08ff9eb954da9896425084c9e555a38 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'),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698