From 4800e04fe80dbd00a32e404aa12d4a528c2754d3 Mon Sep 17 00:00:00 2001 From: "J. Richard Barnette" Date: Mon, 8 Nov 2010 19:29:26 -0800 Subject: [PATCH] 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 --- autotest_run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/autotest_run.sh b/autotest_run.sh index 73907d9f76..17774074e2 100755 --- a/autotest_run.sh +++ b/autotest_run.sh @@ -37,6 +37,11 @@ CONFIG_SITE=/usr/share/config.site function setup_ssh() { 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 \ ${CHROMEOS_ROOT}/src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa }