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

This commit is contained in:
Alvaro Herrera 2011-02-10 19:47:57 -03:00
parent 01467d3e4f
commit 61cf7bcdf7
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ maintainer-clean: distclean
rm -f specparse.c specscanner.c
installcheck: all
./pg_isolation_regress --schedule=$(srcdir)/isolation_schedule
./pg_isolation_regress --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
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

View file

@ -26,7 +26,7 @@ Test specification
==================
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> }