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 3910194 + 1d0d797 commit 873f877Copy full SHA for 873f877
Makefile
@@ -31,13 +31,15 @@ ISOLATIONCHECKS = corner_cases
31
check: isolationcheck
32
33
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
41
$(pg_isolation_regress_check) \
- --outputdir=isolation_output \
42
43
44
45
submake-isolation:
0 commit comments