[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r1639 - in /trunk/libc: ChangeLog.eglibc scripts/cross-test-ssh.sh



Author: jimb
Date: Mon Mar  5 08:42:45 2007
New Revision: 1639

Log:
	* EGLIBC.cross-testing: Note inter-machine user issues.
	* scripts/cross-test-ssh.sh: Doc fix.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/scripts/cross-test-ssh.sh

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Mon Mar  5 08:42:45 2007
@@ -1,4 +1,7 @@
 2007-03-05  Jim Blandy  <jimb@xxxxxxxxxxxxxxxx>
+
+	* EGLIBC.cross-testing: Note inter-machine user issues.
+	* scripts/cross-test-ssh.sh: Doc fix.
 
 	* scripts/cross-test-ssh.sh: Make executable.
 

Modified: trunk/libc/scripts/cross-test-ssh.sh
==============================================================================
--- trunk/libc/scripts/cross-test-ssh.sh (original)
+++ trunk/libc/scripts/cross-test-ssh.sh Mon Mar  5 08:42:45 2007
@@ -19,6 +19,15 @@
 
 where ABSPATH is the absolute path to this script, and HOST is the
 name of the machine to connect to via ssh.
+
+If you need to connect to the test machine as a different user, you
+may specify that just as you would to SSH:
+
+  $ make cross-test-wrapper='ABSPATH/cross-test-ssh.sh USER@HOST' tests
+
+Naturally, the remote user must have an appropriate public key, and
+you will want to ensure that SSH does not prompt interactively for a
+password on each connection.
 
 HOST and the build machines (on which 'make check' is being run) must
 share a filesystem; all files needed by the tests must be visible at