Skip to content

Commit e205486

Browse files
[PGPRO-9336] Fixed output of isolation tests
1 parent 9e78b97 commit e205486

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)