Provide error hint if TAP tests are not enabled
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 4 Oct 2021 09:46:29 +0000 (11:46 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 4 Oct 2021 09:46:29 +0000 (11:46 +0200)
commitb5cb4db91327c2cef66207bde9cbcb592b91f93c
treec37a10c5b10056d698af28491e0903e6636df74c
parent941921b875c7710e2b070c02c7819f2510808fdd
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
src/Makefile.global.in