Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2cc96f2

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 ofac25173, but they were not run when running the global make targetsmentioned in $subject as the code only considered src/interfaces/ecpg/as a path to run. This switches to src/interfaces/, to always includethe tests of libpq in each run.Reported-by: Justin PryzbyReviewed-by: Andres FreundDiscussion:https://postgr.es/m/20220529151850.GN19626@telsasoft.com
1 parent642e916 commit2cc96f2

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)

[8]ページ先頭

©2009-2025 Movatter.jp