Re: meson: Optionally disable installation of test modules

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Nazir Bilal Yavuz <byavuz81@gmail.com>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Andres Freund <andres@anarazel.de>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-03-06T15:30:22Z
Lists: pgsql-hackers

Attachments

On 2023-03-06 Mo 08:47, Nazir Bilal Yavuz wrote:
> Hi,
>
> On Fri, 3 Mar 2023 at 22:43, Andrew Dunstan<andrew@dunslane.net>  wrote:
>> These changes have broken the buildfarm adaptation work in different ways on different platforms.
>>
>> On Windows (but not Linux), the install_test_files are apparently getting installed under runpython in the build directory rather than in the tmp_install location, so those tests fail. Meanwhile, it's not clear to me how to install them in a standard installation, which means that on Linux the corresponding -running tests are failing.
> Is there a way to see the 'meson-logs/testlog.txt' file under the
> build directory?


There are two separate issues here, but let's deal with the Windows 
issue. Attached is the log output and also a listing of the runpython 
directory in the build directory.


cheers


andrew


--
Andrew Dunstan
EDB:https://www.enterprisedb.com

Commits

  1. meson: Prevent installation of test files during main install