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.
2 parents fbf7706 + c769e11 commit c40bbd0Copy full SHA for c40bbd0
Makefile
@@ -30,11 +30,7 @@ ISOLATIONCHECKS = corner_cases
30
31
check: isolationcheck
32
33
-installcheck: submake-isolation
34
- $(MKDIR_P) isolation_output
35
- $(pg_isolation_regress_installcheck) \
36
- --outputdir=isolation_output \
37
- $(ISOLATIONCHECKS)
+installcheck: isolationcheck
38
39
isolationcheck: | submake-isolation temp-install
40
$(MKDIR_P) isolation_output
0 commit comments