]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 b2d035e7179a927a30c090226a594cb2679e0b5c..2eba950a42d6a5c6e3d01ebcb64ab15f8c42a120 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 f2a80a034141dd8734c3d1e98651cf712cca7090..df367b82e4ae83447b0dbbdbd310b70dbfb3b65d 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