Re: [Patch] Fix output pattern checking issue

2016-03-19 Thread Yvan Roux
Hi Ben, On 15 March 2016 at 05:33, Ben Elliston wrote: > 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

Re: [Patch] Fix output pattern checking issue

2016-03-14 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

Re: [Patch] Fix output pattern checking issue

2016-03-07 Thread Yvan Roux
Hi Ben On 4 March 2016 at 23:35, Ben Elliston wrote: > 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

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