Pass $TIMEOUTFACTOR to tests also in cross testing

This commit is contained in:
Andreas Schwab 2014-06-14 22:29:43 +02:00
parent a729111732
commit f2f6d82fe1
2 changed files with 6 additions and 1 deletions

View File

@ -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]

View File

@ -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