mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
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 <craigdh@chromium.org> Commit-Ready: Kris Rambish <krisr@chromium.org> Tested-by: Kris Rambish <krisr@chromium.org>
This commit is contained in:
parent
c9ca3dbb0e
commit
51d4faa68b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user