Try and get the internal buildbot smoke tests to pass

BUG=chromium-os:8910
TEST=None

Review URL: http://codereview.chromium.org/4683007

Change-Id: I3ff1ccdd038255d8c3594f853ced614ccafc2af3
This commit is contained in:
J. Richard Barnette 2010-11-08 19:29:26 -08:00
parent 08145697a5
commit 4800e04fe8

View File

@ -37,6 +37,11 @@ CONFIG_SITE=/usr/share/config.site
function setup_ssh() { function setup_ssh() {
eval $(ssh-agent) > /dev/null eval $(ssh-agent) > /dev/null
# TODO(jrbarnette): This is a temporary hack, slated for removal
# before it was ever created. It's a bug, and you should fix it
# right away!
chmod 400 \
${CHROMEOS_ROOT}/src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa
ssh-add \ ssh-add \
${CHROMEOS_ROOT}/src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa ${CHROMEOS_ROOT}/src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa
} }