diff options
Diffstat (limited to 'bin/runtest')
-rwxr-xr-x | bin/runtest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest index 0813062..8df9a55 100755 --- a/bin/runtest +++ b/bin/runtest @@ -640,6 +640,10 @@ if [ -n "$TESTHOST" -a $HOSTNAME != "$TESTHOST" ]; then case "$RSH" in rsh|ssh) PRINT $RSH $h -n $PROGNAME + # kludge: some how eirene and houdin can not have + # rsh connections too close. wait a few seconds + test $h = houdin && echo "wait 10 sec for houdin" && sleep 10 + # launch concurrent tests only if srcdir is used if [ -n "$SRCDIR" ]; then $RSH $h -n $PROGNAME & |