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

Commit8ede269

Browse files
committed
Include contrib modules in the temp installation even without REGRESS.
Now that we have TAP tests, a contrib module may have something usefulto do in "make check" even if it has no pg_regress-style regressionscripts, and hence no REGRESS setting. But the TAP tests will fail,or else test the wrong installed files, unless we install the contribmodule into the temp installation. So move the bit about adding toEXTRA_INSTALL so that it applies regardless.We might want this in back branches in future, but for the momentI only risked adding it to v11.Discussion:https://postgr.es/m/12438.1535488750@sss.pgh.pa.us
1 parent8bc6a30 commit8ede269

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/makefiles/pgxs.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,12 @@ check:
359359
else
360360
check: submake$(REGRESS_PREP)
361361
$(pg_regress_check)$(REGRESS_OPTS)$(REGRESS)
362+
endif
363+
endif# REGRESS
362364

365+
ifndefNO_TEMP_INSTALL
363366
temp-install: EXTRA_INSTALL+=$(subdir)
364367
endif
365-
endif# REGRESS
366368

367369

368370
# STANDARD RULES

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp