Skip to content

Commit 2cc96f2

Browse files
committed
Run tests of libpq on installcheck-world, checkprep and check-world
The regression tests of libpq have been converted to a TAP test as of ac25173, but they were not run when running the global make targets mentioned in $subject as the code only considered src/interfaces/ecpg/ as a path to run. This switches to src/interfaces/, to always include the tests of libpq in each run. Reported-by: Justin Pryzby Reviewed-by: Andres Freund Discussion: https://postgr.es/m/20220529151850.GN19626@telsasoft.com
1 parent 642e916 commit 2cc96f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GNUmakefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ check check-tests installcheck installcheck-parallel installcheck-tests: CHECKPR
6868
check check-tests installcheck installcheck-parallel installcheck-tests: submake-generated-headers
6969
$(MAKE) -C src/test/regress $@
7070

71-
$(call recurse,check-world,src/test src/pl src/interfaces/ecpg contrib src/bin,check)
72-
$(call recurse,checkprep, src/test src/pl src/interfaces/ecpg contrib src/bin)
71+
$(call recurse,check-world,src/test src/pl src/interfaces contrib src/bin,check)
72+
$(call recurse,checkprep, src/test src/pl src/interfaces contrib src/bin)
7373

74-
$(call recurse,installcheck-world,src/test src/pl src/interfaces/ecpg contrib src/bin,installcheck)
74+
$(call recurse,installcheck-world,src/test src/pl src/interfaces contrib src/bin,installcheck)
7575
$(call recurse,install-tests,src/test/regress,install-tests)
7676

7777
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy