Skip to content

Commit 1d0d797

Browse files
author
Marina Polyakova
committed
PGPRO-4978: add outputdir=isolation_output to installcheck
This way it will be processed by .gitignore as opposed to outputdir=output_iso which is the default in pg_isolation_regress_installcheck since PostgreSQL 10. Also: replace spaces with a tab in the same place of isolationcheck.
1 parent 3910194 commit 1d0d797

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ ISOLATIONCHECKS = corner_cases
3131
check: isolationcheck
3232

3333
installcheck: submake-isolation
34+
$(MKDIR_P) isolation_output
3435
$(pg_isolation_regress_installcheck) \
36+
--outputdir=isolation_output \
3537
$(ISOLATIONCHECKS)
3638

3739
isolationcheck: | submake-isolation temp-install
3840
$(MKDIR_P) isolation_output
3941
$(pg_isolation_regress_check) \
40-
--outputdir=isolation_output \
42+
--outputdir=isolation_output \
4143
$(ISOLATIONCHECKS)
4244

4345
submake-isolation:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy