]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add a temp-install prerequisite to "check"-like targets not having one.
authorNoah Misch <noah@leadboat.com>
Mon, 6 Nov 2017 02:51:08 +0000 (18:51 -0800)
committerNoah Misch <noah@leadboat.com>
Mon, 6 Nov 2017 02:52:38 +0000 (18:52 -0800)
commit971983f42fe6e8b90490a76a649f0c92905d7d47
tree87e86b542c88848408b90751690edb7887baef24
parent4077723cbf0900776a8424d0a65474f0635afe45
Add a temp-install prerequisite to "check"-like targets not having one.

Makefile.global assigns this prerequisite to every target named "check",
but similar targets must mention it explicitly.  Affected targets
failed, tested $PATH binaries, or tested a stale temporary installation.
The src/test/modules examples worked properly when called as "make -C
src/test/modules/$FOO check", but "make -j" allowed the test to start
before the temporary installation was in place.  Back-patch to 9.5,
where commit dcae5faccab64776376d354decda0017c648bb53 introduced the
shared temp-install.
src/interfaces/ecpg/test/Makefile
src/test/locale/Makefile
src/test/modules/brin/Makefile
src/test/modules/commit_ts/Makefile
src/test/modules/test_pg_dump/Makefile
src/test/regress/GNUmakefile