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

Unified Diff: src/scripts/mod_for_test_scripts/350addTestAuthKeys

Issue 661203: Modify scripts to be more informative and add autox/autologin for build script (Closed)
Patch Set: Created 10 years, 10 months 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
Index: src/scripts/mod_for_test_scripts/350addTestAuthKeys
diff --git a/src/scripts/mod_for_test_scripts/350addTestAuthKeys b/src/scripts/mod_for_test_scripts/350addTestAuthKeys
index 52df15e142fb722a6da6654a49da68f9afee3132..13e30d122b3733ab74268379d5a61647982ea2a9 100755
--- a/src/scripts/mod_for_test_scripts/350addTestAuthKeys
+++ b/src/scripts/mod_for_test_scripts/350addTestAuthKeys
@@ -7,6 +7,8 @@
# Copy public keys to root's homedir for ssh pubkey auth, which
# is necessary for test automation.
+echo "Copying public keys"
+
KEYS_DIR=ssh_keys
ROOT_AUTHKEYS=/root/.ssh/authorized_keys

Powered by Google App Engine
This is Rietveld 408576698