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

Commite205486

Browse files
[PGPRO-9336] Fixed output of isolation tests
1 parent9e78b97 commite205486

File tree

3 files changed

+1131
-1
lines changed

3 files changed

+1131
-1
lines changed

‎Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ ifeq ($(MAJORVERSION), $(filter 9.6% 10% 11%, $(MAJORVERSION)))
5656
wal-check: temp-install
5757
$(prove_check)
5858

59-
check: wal-check
59+
check: wal-check isolationcheck
60+
else
61+
check: isolationcheck
62+
$(prove_check)
6063
endif
6164

6265
all:$(SQL_built)
@@ -80,6 +83,9 @@ uninstall: uninstallincludes
8083
uninstallincludes:
8184
rm -f$(addprefix '$(DESTDIR)$(includedir_server)/',$(INCLUDES))
8285

86+
installcheck: isolationcheck
87+
$(prove_installcheck)
88+
8389
ISOLATIONCHECKS= predicate-rum predicate-rum-2
8490

8591
submake-isolation:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp