Thanks Tom. On Mon, Nov 11, 2013 at 8:51 PM, Tom Lane <tgl@xxxxxxxxxxxxx> wrote: > Jeffrey Walton <noloader@xxxxxxxxx> writes: >> The following dropped out of `make check` for Postgres 9.3.1. > > Sure you've got a complete source tree? There ought to be files in > that directory: > > $ ls src/test/regress/input > constraints.source create_function_2.source security_label.source > copy.source largeobject.source tablespace.source > create_function_1.source misc.source Yes, I have them. (I download 9.3.1 from http://www.postgresql.org/ftp/source/v9.3.1/). >From below, I'm thinking --inputdir might not be quite correct. `mkdir ./testtablespace` creates testtablespace in regress/, not input/. I'd like to try --inputdir=./input/. The GNUmakefile in the top level directory and the regress/ directory do not include the string "--inputdir". Any ideas where I can tune it? Thanks for the help. mkdir ./testtablespace ../../../src/test/regress/pg_regress --inputdir=. --temp-install=./tmp_check --top-builddir=../../.. --dlpath=. --schedule=./parallel_schedule pg_regress: no *.source files found in "/home/jwalton/postgresql-9.3.1/src/test/regress/input" make[1]: *** [check] Error 2 make[1]: Leaving directory `/home/jwalton/postgresql-9.3.1/src/test/regress' make: *** [check] Error 2 -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general