Skip to content

Commit 650eac8

Browse files
committed
Add a temp-install prerequisite to top-level "check-tests".
The target failed, tested $PATH binaries, or tested a stale temporary installation. Commit c66b438 missed this. Back-patch to 9.5 (all supported versions).
1 parent 5832396 commit 650eac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GNUmakefile.in

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ distclean maintainer-clean:
6363
@rm -rf autom4te.cache/
6464
rm -f config.cache config.log config.status GNUmakefile
6565

66+
check-tests: | temp-install
6667
check check-tests installcheck installcheck-parallel installcheck-tests: CHECKPREP_TOP=src/test/regress
6768
check check-tests installcheck installcheck-parallel installcheck-tests: submake-generated-headers
6869
$(MAKE) -C src/test/regress $@

0 commit comments

Comments
 (0)