pgsql: Fix pg_rewind regression tests in VPATH builds

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_rewind regression tests in VPATH builds
Date: 2015-04-13 15:31:12
Message-ID: E1YhgKO-00057K-3J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pg_rewind regression tests in VPATH builds

Should call just "pg_rewind", instead of "./pg_rewind". The tests are called
so that PATH contains the temporariy installation bin dir.

Per report from Alvaro Herrera

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b22a36a62ce312c1df9477382d1da602b0c24f6f

Modified Files
--------------
src/bin/pg_rewind/RewindTest.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-04-13 17:08:13 pgsql: Move pgbench from contrib/ to src/bin/
Previous Message Heikki Linnakangas 2015-04-13 15:12:08 pgsql: Refactor and fix TAP tests of pg_rewind