From a2e14e32d0203fabe50209ee106b8480661e9c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Hajdan=2C=20Jr?= Date: Thu, 10 Mar 2016 23:06:12 +0100 Subject: src/testing/scripts: switch to more specific paths for build repo Depends on https://codereview.chromium.org/1781003002 BUG=593420 R=iannucci@chromium.org Review URL: https://codereview.chromium.org/1783903002 . Cr-Commit-Position: refs/heads/master@{#380477} --- testing/scripts/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/scripts') diff --git a/testing/scripts/common.py b/testing/scripts/common.py index dabd96e..3356aa7 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, -- cgit v1.1