Skip to content

Commit 61cf7bc

Browse files
committed
Fix isolation tester Makefile so that it runs in a VPATH build
1 parent 01467d3 commit 61cf7bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/isolation/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ maintainer-clean: distclean
6868
rm -f specparse.c specscanner.c
6969

7070
installcheck: all
71-
./pg_isolation_regress --schedule=$(srcdir)/isolation_schedule
71+
./pg_isolation_regress --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
7272

7373
check: all
74-
./pg_isolation_regress --temp-install=./tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/isolation_schedule
74+
./pg_isolation_regress --temp-install=./tmp_check --inputdir=$(srcdir) --top-builddir=$(top_builddir) --schedule=$(srcdir)/isolation_schedule

src/test/isolation/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Test specification
2626
==================
2727

2828
Each isolation test is defined by a specification file, stored in the specs
29-
subdirectory. A test specification consists of five parts, in this order:
29+
subdirectory. A test specification consists of four parts, in this order:
3030

3131
setup { <SQL> }
3232

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