RE: lots of .tests output during make hides error messages

2013-01-28 Thread Winfried Donkers
> Lubos Lunak wrote on maandag 28 januari 2013 12:49 > > build_error.log used to be a file with build output from the module where > build failed. Given that today pretty much everything is built from > tail_build, > it would be equivalent to 'make 2>&1 | tee build_error.log' . > Thank you for

RE: lots of .tests output during make hides error messages

2013-01-28 Thread Winfried Donkers
> Michael Stahl wrote on maandag 28 januari 2013 12:37 > > that annoying test spew is fixed on master with > 7cf3b1ffcb8dc6dbb643e12febe5415972a7c2fa > Great, I'll git pull --rebase inmediately :) Winfried ___ LibreOffice mailing list LibreOffice@list

Re: lots of .tests output during make hides error messages

2013-01-28 Thread Lubos Lunak
On Monday 28 of January 2013, Michael Stahl wrote: > On 28/01/13 09:23, Winfried Donkers wrote: > > The tests-output continues after a compile error. 'Long ago', there was > > a build_err.log produced in which errors could be searched, but that is > > no longer generated. > > that annoying test spe

Re: lots of .tests output during make hides error messages

2013-01-28 Thread Michael Stahl
On 28/01/13 09:23, Winfried Donkers wrote: > Recently, when building a lot of output from typedef.tests, > polystruct.tests, methodoverload.tests, published.tests and more is > produced. Ufortunately, when there is an error in the code to be > compiled, it gets hidden between the test-output. > >