mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Pass $TIMEOUTFACTOR to tests also in cross testing
This commit is contained in:
@ -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>
|
2014-06-16 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
[BZ #17058]
|
[BZ #17058]
|
||||||
|
@ -61,7 +61,7 @@ that the shell on the build machine has already done them
|
|||||||
appropriately."
|
appropriately."
|
||||||
|
|
||||||
ssh='ssh'
|
ssh='ssh'
|
||||||
timeoutfactor=
|
timeoutfactor=$TIMEOUTFACTOR
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user