From 51d4faa68beec2adb87f51e2bdcd0c69cf0e56fd Mon Sep 17 00:00:00 2001 From: Kris Rambish Date: Mon, 9 Jul 2012 12:05:51 -0700 Subject: [PATCH] This script is only used in manual testing. It can't break the tree. Revert "Revert "Run setup_test_links in both deps"" This reverts commit 3ace2951e3129e39ef76b534e1b68598a3c075d3 Change-Id: I5bc509a70366282733f9b337620e92846cd6ad4c Reviewed-on: https://gerrit.chromium.org/gerrit/26962 Reviewed-by: Craig Harrison Commit-Ready: Kris Rambish Tested-by: Kris Rambish --- mod_test_image_for_pyauto.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mod_test_image_for_pyauto.sh b/mod_test_image_for_pyauto.sh index c7e5d18dad..6afc26a3de 100644 --- a/mod_test_image_for_pyauto.sh +++ b/mod_test_image_for_pyauto.sh @@ -162,6 +162,9 @@ for item in chrome_test pyauto_dep; do sudo chown root:root suid-python sudo chmod 4755 suid-python popd + info "Setting up pyauto required symbolic links in $item..." + sudo chroot "${ROOT_FS_DIR}" sudo bash "/usr/local/autotest/deps/\ +$item/test_src/out/Release/setup_test_links.sh" done # Add an easy link to get to the functional folder @@ -169,11 +172,6 @@ done "/usr/local/autotest/deps/chrome_test/test_src/chrome/test/functional" \ "${ROOT_FS_DIR}/pyauto" -info "Setting up pyauto required symbolic links..." -SETUP_LINKS="/usr/local/autotest/deps/chrome_test/test_src/out/\ -Release/setup_test_links.sh" -sudo chroot "${ROOT_FS_DIR}" sudo bash "${SETUP_LINKS}" - cleanup # cros_make_image_bootable is unstable (crosbug.com/18709)