Re: [Patch] Fix output pattern checking issue

2016-03-04 Thread Ben Elliston
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

[Patch] Fix output pattern checking issue

2016-03-04 Thread Yvan Roux
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

Re: [Patch] Fix timeout override in remote_exec

2016-03-04 Thread Ben Elliston
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

[Patch] Fix timeout override in remote_exec

2016-03-04 Thread Yvan Roux
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.