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

Unified Diff: testing/scripts/common.py

Issue 1783903002: src/testing/scripts: switch to more specific paths for build repo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/common.py
diff --git a/testing/scripts/common.py b/testing/scripts/common.py
index dabd96e1c18111d2e7e96209db23d02f31325adf..3356aa70d84d38ebb9b61916e2523c4f2b937143 100644
--- a/testing/scripts/common.py
+++ b/testing/scripts/common.py
@@ -77,10 +77,10 @@ def run_runtest(cmd_args, runtest_args):
else:
cmd = [
sys.executable,
- os.path.join(cmd_args.paths['build'], 'scripts', 'tools', 'runit.py'),
+ cmd_args.paths['runit.py'],
'--show-path',
sys.executable,
- os.path.join(cmd_args.paths['build'], 'scripts', 'slave', 'runtest.py'),
+ cmd_args.paths['runtest.py'],
]
return run_command(cmd + [
'--target', cmd_args.build_config_fs,
« 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