Pass $TIMEOUTFACTOR to tests also in cross testing
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 14 Jun 2014 20:29:43 +0000 (22:29 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 16 Jun 2014 19:47:25 +0000 (21:47 +0200)
ChangeLog
scripts/cross-test-ssh.sh

index b2d035e..2eba950 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * scripts/cross-test-ssh.sh (timeoutfactor): Default to
+       $TIMEOUTFACTOR.
+
 2014-06-16  Florian Weimer  <fweimer@redhat.com>
 
        [BZ #17058]
index f2a80a0..df367b8 100755 (executable)
@@ -61,7 +61,7 @@ that the shell on the build machine has already done them
 appropriately."
 
 ssh='ssh'
-timeoutfactor=
+timeoutfactor=$TIMEOUTFACTOR
 while [ $# -gt 0 ]; do
   case "$1" in