> On 14 Nov 2022, at 15:23, Tom Lane <[email protected]> wrote: > > Daniel Gustafsson <[email protected]> writes: >> How about this version? > > This isn't correct shell syntax is it? > > +PG_TEST_NOCLEAN make -C src/bin/pg_dump check > > I think you meant > > +PG_TEST_NOCLEAN=1 make -C src/bin/pg_dump check > > or the like.
Ugh, yes, that's what it should say. -- Daniel Gustafsson https://vmware.com/
