Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2112)

Unified Diff: autotest_run.sh

Issue 4683007: Try and get the internal buildbot smoke tests to pass (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autotest_run.sh
diff --git a/autotest_run.sh b/autotest_run.sh
index 73907d9f7613e2286b0bf9eb521ec80c8439ac99..17774074e2a5ae12a7d57ffe93f8edff885d545b 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
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698