Skip to content

Commit

Permalink
[PGPRO-9336] Fixed output of isolation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimMinigaliev committed Oct 4, 2024
1 parent 9e78b97 commit e205486
Show file tree
Hide file tree
Showing 3 changed files with 1,131 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ ifeq ($(MAJORVERSION), $(filter 9.6% 10% 11%, $(MAJORVERSION)))
wal-check: temp-install
$(prove_check)

check: wal-check
check: wal-check isolationcheck
else
check: isolationcheck
$(prove_check)
endif

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

installcheck: isolationcheck
$(prove_installcheck)

ISOLATIONCHECKS= predicate-rum predicate-rum-2

submake-isolation:
Expand Down
Loading

0 comments on commit e205486

Please sign in to comment.