pgsql: Add a temp-install prerequisite to "check"-like targets not havi

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a temp-install prerequisite to "check"-like targets not havi
Date: 2017-11-06 03:03:54
Message-ID: E1eBXha-00057m-0I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c66b438db62748000700c9b90b585e756dd54141

Modified Files
--------------
src/interfaces/ecpg/test/Makefile | 4 ++--
src/test/locale/Makefile | 1 +
src/test/modules/brin/Makefile | 4 ++--
src/test/modules/commit_ts/Makefile | 2 +-
src/test/modules/test_pg_dump/Makefile | 2 +-
src/test/regress/GNUmakefile | 4 ++--
6 files changed, 9 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2017-11-06 09:24:03 pgsql: Always require SELECT permission for ON CONFLICT DO UPDATE.
Previous Message Peter Eisentraut 2017-11-05 22:09:25 pgsql: Translation updates