summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-03-05 16:42:45 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-03-05 16:42:45 +0000
commit3fbe23bb28ba6458db4216917440e31aa2ba2718 (patch)
tree3e0635560b70944e44a5fdf643c369613f6d07a5
parent321c163dedf0c7478b6635bdf004a55383f44e2e (diff)
* EGLIBC.cross-testing: Note inter-machine user issues.
* scripts/cross-test-ssh.sh: Doc fix. git-svn-id: svn://svn.eglibc.org/trunk@1639 7b3dc134-2b1b-0410-93df-9e9f96275f8d
-rw-r--r--libc/ChangeLog.eglibc3
-rwxr-xr-xlibc/scripts/cross-test-ssh.sh9
2 files changed, 12 insertions, 0 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index 95a46ff5e..96cc67bcb 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,5 +1,8 @@
2007-03-05 Jim Blandy <jimb@codesourcery.com>
+ * EGLIBC.cross-testing: Note inter-machine user issues.
+ * scripts/cross-test-ssh.sh: Doc fix.
+
* scripts/cross-test-ssh.sh: Make executable.
2007-02-27 Joseph Myers <joseph@codesourcery.com>
diff --git a/libc/scripts/cross-test-ssh.sh b/libc/scripts/cross-test-ssh.sh
index 2f0df2dcc..1e4ffd445 100755
--- a/libc/scripts/cross-test-ssh.sh
+++ b/libc/scripts/cross-test-ssh.sh
@@ -20,6 +20,15 @@ To use this to run EGLIBC tests, invoke the tests as follows:
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
the same paths on both machines.