RE: autotest/AT_CHECK: ways to pass additional options on to diff?

2019-06-27 Thread Jannick
Hi Nick, On Thu, 25 Apr 2019 23:37:47 +0200, Jannick wrote: > On Thu, 25 Apr 2019 17:10:11 -0400, Nick Bowler wrote: > > > simply offer > > > autotest a customized script called 'diff' - surprise surprise - the > > > testsuite script finds **first** on PATH. > > > > Yes, that sounds workable. You

RE: autotest/AT_CHECK: ways to pass additional options on to diff?

2019-06-27 Thread Jannick
Hi Luke, Sorry for the late reply. On Wed, 5 Jun 2019 15:56:01 +1000, Luke Mewburn wrote: > I used another solution where wanted to use a different diff > implementation for AT_CHECK() that that allowed for regexes to be used > in places where the output changes each test run. > See my "pyredi

Re: autotest/AT_CHECK: ways to pass additional options on to diff?

2019-06-27 Thread Luke Mewburn
On 19-06-27 19:05, Jannick wrote: | Hi Luke, | | Sorry for the late reply. | | On Wed, 5 Jun 2019 15:56:01 +1000, Luke Mewburn wrote: | | > I used another solution where wanted to use a different diff | > implementation for AT_CHECK() that that allowed for regexes to be used