mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Add a temp-install prerequisite to top-level "check-tests".
The target failed, tested $PATH binaries, or tested a stale temporary installation. Commit c66b438db62748000700c9b90b585e756dd54141 missed this. Back-patch to 9.5 (all supported versions).
This commit is contained in:
parent
b75f73dc0c
commit
9d47294ab7
@ -63,6 +63,7 @@ distclean maintainer-clean:
|
||||
@rm -rf autom4te.cache/
|
||||
rm -f config.cache config.log config.status GNUmakefile
|
||||
|
||||
check-tests: | temp-install
|
||||
check check-tests installcheck installcheck-parallel installcheck-tests: CHECKPREP_TOP=src/test/regress
|
||||
check check-tests installcheck installcheck-parallel installcheck-tests: submake-generated-headers
|
||||
$(MAKE) -C src/test/regress $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user