Re: Fix expecteddir argument in pg_regress

2024-03-15 Thread Daniel Gustafsson
> On 14 Mar 2024, at 11:45, Daniel Gustafsson wrote: > >> On 11 Mar 2024, at 09:23, Anthonin Bonnefoy >> wrote: > >> pg_regress accepts the expecteddir argument. However, it is never used >> and outputdir is used instead to get the expected files paths. > > Nice catch, c855872074b5bf44ecea033

Re: Fix expecteddir argument in pg_regress

2024-03-14 Thread Daniel Gustafsson
> On 11 Mar 2024, at 09:23, Anthonin Bonnefoy > wrote: > pg_regress accepts the expecteddir argument. However, it is never used > and outputdir is used instead to get the expected files paths. Nice catch, c855872074b5bf44ecea033674d22fac831cfc31 added --expecteddir support to pg_regress but onl