On Tue Aug 12 13:41:30 2025 +0000, Vibhav Pant wrote:
Hm. Is it okay if I place the traces behind `WINETEST_INTERACTIVE` instead?
I think the question is whether the traces add value to the tests or if they are there just to aid development. If it's the latter I think it's usually preferred to keep these locally. In the former case and to avoid unnecessary growth of test output when no test will fail and nobody is ever going to look at them, you could also do `if (winetest_debug > 1) trace( ... )`.