Regression test fails with postgresql*-test package

From: Tomoaki Sato <sato(at)sraoss(dot)co(dot)jp>
To: pgsql-pkg-yum(at)postgresql(dot)org
Subject: Regression test fails with postgresql*-test package
Date: 2021-10-10 16:11:32
Message-ID: 20211011.011132.1353016342684716770.sato@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Hi,

When I try to run a regression test, it fails as follows:

----
$ cd /usr/pgsql-14/lib/test/regress
$ make
rm -rf testtablespace results
mkdir testtablespace results
[ -x /usr/bin/chcon ] && /usr/bin/chcon -u system_u -r object_r -t postgresql_db_t testtablespace results
./pg_regress --inputdir=. --psqldir='/usr/bin' --dlpath=. --schedule=./parallel_schedule
./pg_regress: unrecognized option '--psqldir=/usr/bin'

Try "pg_regress -h" for more information.
make: *** [installcheck-parallel] Error 2
----

The --psqldir option has been changed to the --bindir option. Also,
serial_schedule has been removed.

I made a patch, so I will attach it.

Best regards,

----
Tomoaki Sato <sato(at)sraoss(dot)co(dot)jp>
SRA OSS, Inc. Japan

Attachment Content-Type Size
Makefile.regress.patch text/x-patch 1023 bytes

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2021-10-19 13:29:32 Re: Regression test fails with postgresql*-test package
Previous Message Scott Mugnaini 2021-10-04 21:01:00 PgRouting for PG14 CentOS 7