Provide error hint if TAP tests are not enabled

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: b5cb4db91327c2cef66207bde9cbcb592b91f93c
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2021-10-04T09:46:29Z
Releases: 15.0
Provide error hint if TAP tests are not enabled

The error message for trying to run the TAP tests in a tree not
configured with --enable-tap-tests is quite terse, and could be
made more helpful to new developers onboarding to postgres. This
adds a small hint on how to get the tests running in such cases.

Author: Kevin Burke <kevin@burke.dev>
Discussion: https://postgr.es/m/CAKcy5ejKVYwUXguQcd6i9KHDm7cM7FzjQ+aayaPveoa_woyQpQ@mail.gmail.com

Files

PathChange+/−
src/Makefile.global.in modified +1 −1

Discussion