Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD
Mikael Kjellström <mikael.kjellstrom@mksoft.nu>
From: Mikael Kjellström <mikael.kjellstrom@mksoft.nu>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-01-17T21:47:33Z
Lists: pgsql-hackers
On 2019-01-17 22:42, Tom Lane wrote: > =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= <mikael.kjellstrom@mksoft.nu> writes: >> It says: >> configure: error: Additional Perl modules are required to run TAP tests >> so how do I find out with Perl modules that are required? > > If you look into the configure log it should say just above that, > but I'm betting you just need p5-IPC-Run. Yes it seems to be IPC::Run that is missing. I've installed it manually through CPAN. Let's see if it works better this time. /Mikael
Commits
-
Fix portability problem in pgbench.
- e6c3ba7fbfd5 12.0 landed
- 27d6bc68f98e 11.2 landed
-
Avoid assuming that we know the spelling of getopt_long's error messages.
- 434040159558 11.2 landed
- 251f57460f12 12.0 landed