Thomas Munro <thomas.mu...@enterprisedb.com> writes: > On Tue, Sep 18, 2018 at 2:14 AM Tom Lane <t...@sss.pgh.pa.us> wrote: >> "make check" generally won't work on OSX unless you've disabled SIP: >> https://www.howtogeek.com/230424/how-to-disable-system-integrity-protection-on-a-mac-and-why-you-shouldnt/
> Aha! It looks like it was important to run "make install" before > running those tests. Right. If you don't want to disable SIP, you can work around it by always doing "make install" before "make check". Kind of a PITA though. regards, tom lane