On Fri, Mar 04, 2016 at 10:20:57PM +0100, Yvan Roux wrote:
> there is an issue when remote testing testcases which check an
> output pattern with an explicit '\n' at the end. rsh_exec
> explicitly removes it to behave as 'exec', I don't know if something
> changed in 'exec' behavior since these l
Hi,
there is an issue when remote testing testcases which check an output
pattern with an explicit '\n' at the end. rsh_exec explicitly removes
it to behave as 'exec', I don't know if something changed in 'exec'
behavior since these lines were checked in in 2001 or if it still
removes a '\n' in s
On Fri, Mar 04, 2016 at 12:42:52PM +0100, Yvan Roux wrote:
> 2016-03-03 Yvan Roux
>
> * lib/remote.exp (remote_exec): Restore original timeout value.
Good catch! Thanks.
Ben
signature.asc
Description: Digital signature
___
DejaGnu maili
Hi,
This patch fix the restoration of the original timeout value at the
end of remote_exec.
Cheers,
Yvan
2016-03-03 Yvan Roux
* lib/remote.exp (remote_exec): Restore original timeout value.
diff --git a/lib/remote.exp b/lib/remote.exp
index 1fd1010..7b984b9 100644
--- a/lib/remote.