Commit dbb41dc8 authored by dpranke@chromium.org's avatar dpranke@chromium.org

Sigh. Adjust path to the *other* parameter to archive_layout_test_results.py.

This will hopefully be the last thing needed to actually make the
archiving of results for webkit_tests work on Android bots. This is
another follow-on to r222092.

TBR=ilevy@chromium.org
BUG=276076

Review URL: https://codereview.chromium.org/23684043

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222109 0039d316-1c4b-4281-b951-d872f2087c98
parent eac45d00
...@@ -252,7 +252,7 @@ def RunWebkitLayoutTests(options): ...@@ -252,7 +252,7 @@ def RunWebkitLayoutTests(options):
gs_bucket = 'gs://chromium-layout-test-archives' gs_bucket = 'gs://chromium-layout-test-archives'
RunCmd([os.path.join(SLAVE_SCRIPTS_DIR, 'chromium', RunCmd([os.path.join(SLAVE_SCRIPTS_DIR, 'chromium',
'archive_layout_test_results.py'), 'archive_layout_test_results.py'),
'--results-dir', '../layout-test-results', '--results-dir', '../../layout-test-results',
'--build-dir', CHROME_OUT_DIR, '--build-dir', CHROME_OUT_DIR,
'--build-number', str(options.build_properties.get('buildnumber', '')), '--build-number', str(options.build_properties.get('buildnumber', '')),
'--builder-name', options.build_properties.get('buildername', ''), '--builder-name', options.build_properties.get('buildername', ''),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment