Re: UI test logging not working

2024-08-27 Thread Miklos Vajna
Hi Ilmari, On Tue, Aug 27, 2024 at 03:18:02PM +0300, Ilmari Lauhakangas wrote: > CC=clang > CXX=clang++ I have a similar clang build (dbgutil and werror, otherwise just clang instead of gcc) and if I do: LO_COLLECT_UIINFO=testlog ./soffice.bin and e.g. start Writer, type a few characters, qui

Re: UI test logging not working

2024-08-27 Thread Ilmari Lauhakangas
On 27.8.2024 14.27, Xisco Fauli wrote: On 24/8/24 9:57, Ilmari Lauhakangas wrote: At step 5 I see a blank log file with my own build: https://wiki.documentfoundation.org/Development/UITests#Tools_for_writing_a_test Another dev reported this to me and I confirmed it on 18 Aug. linux-64-25.2 bi

Re: UI test logging not working

2024-08-27 Thread Xisco Fauli
Hi, Using my own build (64312cdae5d810dd02ef4c2a4d51b3d30cd6ac6e), it works fine on Linux. This is my autogen: --without-help --disable-odk --enable-debug --enable-assert-always-abort --enable-python=fully-internal --without-system-libxml --enable-werror On 24/8/24 9:57, Ilmari Lauhakangas