Re: make -C libpq check fails obscurely if tap tests are disabled - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: make -C libpq check fails obscurely if tap tests are disabled
Date
Msg-id 20220721085348.dqnhfcqs6kyga2ym@alvherre.pgsql
Whole thread Raw
In response to Re: make -C libpq check fails obscurely if tap tests are disabled  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: make -C libpq check fails obscurely if tap tests are disabled
List pgsql-hackers
On 2022-Jul-20, Andrew Dunstan wrote:

> On 2022-07-20 We 13:23, Justin Pryzby wrote:
> > PATH=... && @echo "TAP tests not enabled. Try configuring with --enable-tap-tests"
> > /bin/sh: 1: @echo: not found
> >
> > make is telling the shell to run "@echo" , rather than running "echo" silently.

> Yeah. It's a bit ugly but I think the attached would fix it.

Here's a different take.  Just assign the variable separately.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"No renuncies a nada. No te aferres a nada."

Attachment

pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: i.e. and e.g.
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Is it correct to say, "invalid data in file \"%s\"", BACKUP_LABEL_FILE in do_pg_backup_stop?