Re: Convert sepgsql tests to TAP - Mailing list pgsql-hackers

From Robins Tharakan
Subject Re: Convert sepgsql tests to TAP
Date
Msg-id CAEP4nAyN99Onn3EsVT0jr9Ufz8oW_a_L7VU_12nWqAxsoexKPg@mail.gmail.com
Whole thread Raw
In response to Re: Convert sepgsql tests to TAP  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Convert sepgsql tests to TAP
List pgsql-hackers

On Sat, 25 Jan 2025 at 10:11, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Yeah, that's about what I expected.  As a workaround until Andrew
updates the BF client, you could do

-               $libdir = "$tmp_loc/lib/postgresql";
+               $libdir = "$tmp_loc/lib";

at about line 429 of PGBuild/Utils.pm


Ack. Triggered a fresh HEAD run to see how it pans out.

postgres@dell:~/proj/build-farm-17$ head -430 PGBuild/Utils.pm | tail -3
                $bindir = "$tmp_loc/bin";
                $libdir = "$tmp_loc/lib";
        }

-
robins 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Convert sepgsql tests to TAP
Next
From: Jeff Davis
Date:
Subject: Re: Inconsistent string comparison using modified ICU collations