Hi,
On Tue, 21 Feb 2023 at 04:48, Andrew Dunstan <andrew@dunslane.net> wrote:
>
>
> I've noticed that `meson test` logs the complete environment in meson_logs/testlog.txt. That seems unnecessary and
probablyundesirable for the buildfarm client. Is there any way to suppress that, or at least only print some relevant
subset?(The buildfarm client itself only reports an approved set of environment variables).
There is an open issue on the meson:
https://github.com/mesonbuild/meson/issues/5328 and I confirm that
`env --ignore-environment PATH="$PATH" meson test` prevents
environment variables from being logged.
Regards,
Nazir Bilal Yavuz
Microsoft