diff options
author | dyen@chromium.org <dyen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-04 03:27:36 +0000 |
---|---|---|
committer | dyen@chromium.org <dyen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-04 03:27:36 +0000 |
commit | fa8fe26a3309d7eb34b03e45a3dafc0c4b16bfe9 (patch) | |
tree | 50a526c67141023756702a3ffffdcfbeb917d093 | |
parent | 150e913b6583a26c87d3fc9f992f4b4da95e8433 (diff) | |
download | chromium_src-fa8fe26a3309d7eb34b03e45a3dafc0c4b16bfe9.zip chromium_src-fa8fe26a3309d7eb34b03e45a3dafc0c4b16bfe9.tar.gz chromium_src-fa8fe26a3309d7eb34b03e45a3dafc0c4b16bfe9.tar.bz2 |
Modified flags so nacl_integration no longer deletes NaCl toolchain tars.
Once NaCl toolchain tars have been downloaded and extracted, they do not
need to be deleted. This will speed up subsequent runs so the tars do
not need to be redownloaded.
R=bradnelson@chromium.org, mseaborn@chromium.org, szager@chromium.org
TEST= trybots
Review URL: https://codereview.chromium.org/222433004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261644 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py index 1155b79..b31c9f6 100755 --- a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py +++ b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py @@ -227,7 +227,7 @@ def BuildAndTest(options): # Download the toolchain(s). RunCommand([python, os.path.join(nacl_dir, 'build', 'download_toolchains.py'), - '--no-arm-trusted', '--no-pnacl', 'TOOL_REVISIONS'], + '--keep', '--no-arm-trusted', '--no-pnacl', 'TOOL_REVISIONS'], nacl_dir, os.environ) CleanTempDir() |