[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r1640 - in /branches/eglibc-2_5/libc: ChangeLog.eglibc scripts/cross-test-ssh.sh
- To: commits@xxxxxxxxxx
- Subject: [commits] r1640 - in /branches/eglibc-2_5/libc: ChangeLog.eglibc scripts/cross-test-ssh.sh
- From: jimb@xxxxxxxxxx
- Date: Mon, 05 Mar 2007 16:43:03 -0000
Author: jimb
Date: Mon Mar 5 08:43:03 2007
New Revision: 1640
Log:
* EGLIBC.cross-testing: Note inter-machine user issues.
* scripts/cross-test-ssh.sh: Doc fix.
Modified:
branches/eglibc-2_5/libc/ChangeLog.eglibc
branches/eglibc-2_5/libc/scripts/cross-test-ssh.sh
Modified: branches/eglibc-2_5/libc/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_5/libc/ChangeLog.eglibc (original)
+++ branches/eglibc-2_5/libc/ChangeLog.eglibc Mon Mar 5 08:43:03 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: branches/eglibc-2_5/libc/scripts/cross-test-ssh.sh
==============================================================================
--- branches/eglibc-2_5/libc/scripts/cross-test-ssh.sh (original)
+++ branches/eglibc-2_5/libc/scripts/cross-test-ssh.sh Mon Mar 5 08:43:03 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