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

From Andrew Dunstan
Subject Re: make -C libpq check fails obscurely if tap tests are disabled
Date
Msg-id d8803a11-d525-b7b1-401a-2d296ea9d522@dunslane.net
Whole thread Raw
In response to make -C libpq check fails obscurely if tap tests are disabled  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: make -C libpq check fails obscurely if tap tests are disabled
List pgsql-hackers
On 2022-07-20 We 13:23, Justin Pryzby wrote:
> make -C ./src/interfaces/libpq check
> 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.
>
> Since:
>
> commit 6b04abdfc5e0653542ac5d586e639185a8c61a39
> Author: Andres Freund <andres@anarazel.de>
> Date:   Sat Feb 26 16:51:47 2022 -0800
>
>     Run tap tests in src/interfaces/libpq.



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


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: shared-memory based stats collector - v70
Next
From: Andres Freund
Date:
Subject: Re: shared-memory based stats collector - v70