projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22fc8d1
)
Add a temp-install prerequisite to top-level "check-tests".
author
Noah Misch
<
[email protected]
>
Mon, 25 May 2020 23:21:04 +0000
(16:21 -0700)
committer
Noah Misch
<
[email protected]
>
Mon, 25 May 2020 23:22:02 +0000
(16:22 -0700)
The target failed, tested $PATH binaries, or tested a stale temporary
installation. Commit
c66b438db62748000700c9b90b585e756dd54141
missed
this. Back-patch to 9.5 (all supported versions).
GNUmakefile.in
patch
|
blob
|
blame
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index 15fba9fce0a784f4eb29769b2c1bd7200eece717..97c0d4e69ea8e0d2a3924852e054e3865155d876 100644
(file)
--- a/
GNUmakefile.in
+++ b/
GNUmakefile.in
@@
-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:
$(MAKE) -C src/test/regress $@