Re: Running Installcheck remotely - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Running Installcheck remotely
Date
Msg-id 20180324082726.GA1394@paquier.xyz
Whole thread Raw
In response to Running Installcheck remotely  (Kapil Sharma <kapil.bncoe@gmail.com>)
List pgsql-hackers
On Sat, Mar 24, 2018 at 01:02:47AM -0700, Kapil Sharma wrote:
> Is it possible to run installcheck (pg_regress) tests from a remote
> host?

You can use EXTRA_REGRESS_OPTS to pass a custom set of options to
pg_regress, say:
EXTRA_REGRESS_OPTS='--host=remote_ip' make installcheck
You can use as well a custom port with --port
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Re: csv format for psql
Next
From: Pavel Stehule
Date:
Subject: Re: Re: csv format for psql