From: | Jeffrey Walton <noloader(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found" |
Date: | 2013-11-12 02:45:06 |
Message-ID: | CAH8yC8=H2d7SwmdJb6XjqU0rnzgVofv6v4Q+WjXdR=0++2sfCA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks Tom.
On Mon, Nov 11, 2013 at 8:51 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Jeffrey Walton <noloader(at)gmail(dot)com> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2013-11-12 03:26:31 | Re: Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found" |
Previous Message | bricklen | 2013-11-12 02:34:52 | Re: pg_log filling up with false logs |