make -C libpq check fails obscurely if tap tests are disabled

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Andres Freund <andres(at)anarazel(dot)de>
Subject: make -C libpq check fails obscurely if tap tests are disabled
Date: 2022-07-20 17:23:22
Message-ID: 20220720172321.GL12702@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)anarazel(dot)de>
Date: Sat Feb 26 16:51:47 2022 -0800

Run tap tests in src/interfaces/libpq.

--
Justin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Melanie Plageman 2022-07-20 17:40:40 Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?)
Previous Message Andres Freund 2022-07-20 16:50:50 Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?)