From 6036726eb981b6c4b42047513b9d3f4ac865daac Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 24 Oct 2018 11:30:15 +0200 Subject: BASELINE: Update Chromium to 70.0.3538.78 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie634710bf039e26c1957f4ae45e101bd4c434ae7 Reviewed-by: Michael BrĂ¼ning --- chromium/testing/scripts/common.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'chromium/testing/scripts/common.py') diff --git a/chromium/testing/scripts/common.py b/chromium/testing/scripts/common.py index 2217d07b50a..44999e30e68 100644 --- a/chromium/testing/scripts/common.py +++ b/chromium/testing/scripts/common.py @@ -77,23 +77,11 @@ def run_runtest(cmd_args, runtest_args): env = os.environ.copy() env['CHROME_HEADLESS'] = '1' - if cmd_args.use_src_side_runtest_py: - cmd = [ + return run_command([ sys.executable, os.path.join( cmd_args.paths['checkout'], 'infra', 'scripts', 'runtest_wrapper.py'), '--', - ] - else: - cmd = [ - sys.executable, - cmd_args.paths['runit.py'], - '--show-path', - '--with-third-party-lib', - sys.executable, - cmd_args.paths['runtest.py'], - ] - return run_command(cmd + [ '--target', cmd_args.build_config_fs, '--xvfb', '--builder-name', cmd_args.properties['buildername'], -- cgit v1.2.1