| From: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pg_rewind tests |
| Date: | 2015-04-13 15:32:13 |
| Message-ID: | 552BE17D.9000605@iki.fi |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 04/10/2015 04:01 PM, Alvaro Herrera wrote:
> Do these tests work in VPATH builds? I now get a failure in "make
> check-world" (both with and without Michael's patch). "make check" in
> src/bin/pg_rewind dies with the output below. If I change "./pg_rewind"
> to "pg_rewind", tests pass, but I wonder if the full path to the
> temp-install bindir should be used instead.
Just "pg_rewind" seems correct, that's what all the other TAP tests do.
The Makefile target that calls the perl script sets PATH to point to the
temporary installation's bin dir. Fixed.
- Heikki
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2015-04-13 15:32:31 | Re: pg_rewind tests |
| Previous Message | Heikki Linnakangas | 2015-04-13 14:57:31 | Re: Bogus WAL segments archived after promotion |