Fix [install]check in interfaces/libpq/Makefile
Alvaro Herrera <alvherre@alvh.no-ip.org>
Fix [install]check in interfaces/libpq/Makefile The common recipe when TAP tests are disabled doesn't work, because the libpq-specific recipe wants to define the PATH environment variable, so the starting '@' is misinterpreted as part of the command instead of silencing said command. Fix by setting the environment variable in a way that doesn't interfere with the recipe. Reported-by: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20220720172321.GL12702@telsasoft.com
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/Makefile | modified | +4 −2 |
Discussion
- make -C libpq check fails obscurely if tap tests are disabled 14 messages · 2022-07-20 → 2022-07-26