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

Commitc769e11

Browse files
committed
[PGPRO-5575]: Fixed installcheck in Makefile.
When running "make installcheck" again, the tests fell.This change fixed this.
1 parent5f10856 commitc769e11

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ ISOLATIONCHECKS = corner_cases
3030

3131
check: isolationcheck
3232

33-
installcheck: submake-isolation
34-
$(MKDIR_P) isolation_output
35-
$(pg_isolation_regress_installcheck)\
36-
--outputdir=isolation_output\
37-
$(ISOLATIONCHECKS)
33+
installcheck: isolationcheck
3834

3935
isolationcheck: | submake-isolation temp-install
4036
$(MKDIR_P) isolation_output

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp