Re: Running Installcheck remotely

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Kapil Sharma <kapil(dot)bncoe(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Running Installcheck remotely
Date: 2018-03-24 08:27:26
Message-ID: 20180324082726.GA1394@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2018-03-24 08:28:39 Re: Re: csv format for psql
Previous Message Pavel Stehule 2018-03-24 08:07:47 Re: Re: csv format for psql