Commit 61cf7bcd authored by Alvaro Herrera's avatar Alvaro Herrera

Fix isolation tester Makefile so that it runs in a VPATH build

parent 01467d3e
...@@ -68,7 +68,7 @@ maintainer-clean: distclean ...@@ -68,7 +68,7 @@ maintainer-clean: distclean
rm -f specparse.c specscanner.c rm -f specparse.c specscanner.c
installcheck: all installcheck: all
./pg_isolation_regress --schedule=$(srcdir)/isolation_schedule ./pg_isolation_regress --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
check: all check: all
./pg_isolation_regress --temp-install=./tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/isolation_schedule ./pg_isolation_regress --temp-install=./tmp_check --inputdir=$(srcdir) --top-builddir=$(top_builddir) --schedule=$(srcdir)/isolation_schedule
...@@ -26,7 +26,7 @@ Test specification ...@@ -26,7 +26,7 @@ Test specification
================== ==================
Each isolation test is defined by a specification file, stored in the specs Each isolation test is defined by a specification file, stored in the specs
subdirectory. A test specification consists of five parts, in this order: subdirectory. A test specification consists of four parts, in this order:
setup { <SQL> } setup { <SQL> }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment