On 2016-10-09, Scott Kostyshak wrote: > [-- Type: text/plain, Encoding: quoted-printable --]
> On Sun, Oct 09, 2016 at 07:46:24PM +0200, Kornel Benko wrote: >> Am Sonntag, 9. Oktober 2016 um 19:21:57, schrieb Kornel Benko >> <kor...@lyx.org> >> > Am Sonntag, 9. Oktober 2016 um 12:38:44, schrieb Scott Kostyshak >> > <skost...@lyx.org> >> > > Is it possible to show the -dbg output only when there was an error? I >> > > don't know if our ctest framework allows us to do that. >> > >> > It is possible, but we have to know that there is an error prior to ctest >> > call. >> > >> Like attached? > Good idea. Assuming we do not have many inverted tests that would keep > the file size of the log down. Günter, do you want the log output for > the non-inverted tests also? Preferabely yes, because then I know if inversion is required if a test fails. Otherwise, a new failure would require * inversion (as TODO) * rerunning cmake * inspection of the log * sort of the inversion-pattern or fix of the installation or ignoring ... * rerunning cmake Maybe the dbg could be collected and only appended to the log if there was an error... Günter