We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9fbed commit b166a37Copy full SHA for b166a37
Makefile
@@ -30,7 +30,11 @@ ISOLATIONCHECKS = corner_cases
30
31
check: isolationcheck
32
33
-installcheck: isolationcheck
+installcheck: submake-isolation
34
+ $(MKDIR_P) isolation_output
35
+ $(pg_isolation_regress_installcheck) \
36
+ --outputdir=isolation_output \
37
+ $(ISOLATIONCHECKS)
38
39
isolationcheck: | submake-isolation temp-install
40
$(MKDIR_P) isolation_output
0 commit comments