Re: meson: Optionally disable installation of test modules
Nazir Bilal Yavuz <byavuz81@gmail.com>
From: Nazir Bilal Yavuz <byavuz81@gmail.com>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
Andres Freund <andres@anarazel.de>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-03-06T13:47:03Z
Lists: pgsql-hackers
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? Regards, Nazir Bilal Yavuz Microsoft
Commits
-
meson: Prevent installation of test files during main install
- b6a0d469cae4 16.0 landed