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

Unified Diff: testing/scripts/telemetry_unittests.py

Issue 681713002: Update from chromium https://crrev.com/301315 (Closed) Base URL: https://github.com/domokit/mojo.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 | « testing/chromoting/browser_test_commands_linux.txt ('k') | third_party/libevent/BUILD.gn » ('j') | 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 129304eac08ff9eb954da9896425084c9e555a38..c65254950fa73b3d213e89aa42b2714c390db177 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',
« no previous file with comments | « testing/chromoting/browser_test_commands_linux.txt ('k') | third_party/libevent/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698