Skip to content

Commit c769e11

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

+1-5
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)