Message ID | 87r42r8c7r.fsf@igel.home |
---|---|
State | New |
Headers | show |
On Sat, 14 Jun 2014, Andreas Schwab wrote:
> This breaks backward compatibility.
Yes, that's my understanding of what was requested in
<https://sourceware.org/ml/libc-alpha/2014-05/msg00715.html>: "a simple
rule that no magic environment bits from the build host implicitly affect
the test host".
"Joseph S. Myers" <joseph@codesourcery.com> writes: > On Sat, 14 Jun 2014, Andreas Schwab wrote: > >> This breaks backward compatibility. > > Yes, that's my understanding of what was requested in > <https://sourceware.org/ml/libc-alpha/2014-05/msg00715.html>: "a simple > rule that no magic environment bits from the build host implicitly affect > the test host". TIMEOUTFACTOR is not magic. Andreas.
diff --git a/scripts/cross-test-ssh.sh b/scripts/cross-test-ssh.sh index f2a80a0..df367b8 100755 --- a/scripts/cross-test-ssh.sh +++ b/scripts/cross-test-ssh.sh @@ -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