On 2019-01-25, Kornel Benko wrote: > Am Donnerstag, 24. Januar 2019 15:01:53 CET schrieb Guenter Milde > <mi...@users.sf.net>: >> >> ... >> >> Test #270: export/export/ko_default_lyx21 >> >> Test #271: export/export/ko_default_lyx22_pdf2 >> >> Test #272: export/export/ko_default_lyx23_pdf2 >> >> ...
>> > No, because the test name displayed by ctest is created at config time. >> > At that time we don't know why a test will fail. It is not possible to >> > tell ctest to output anything different later. >> I know. However, the idea is to complete the "test name" at config time, >> i.e. there will be no more any ".*_lyx_22" test, only ".*_lyx_22_pdf2" >> (or, if the default output is something else ".*_lyx_22_pdf4_systemF", >> say). >> >> This would make clear which lyx2lyx tests include the compilation step and >> >> which export format is tested. >> ... not only after testing, but also when listing with `ctest -R ko_def -N`. > I see. OTOH, in case of error, you still need to check the log. In case of a LaTeX export error, I will see failure of both: <somedoc>_lyx_pdf2 <somedoc>_lyx_22_pdf2 and just "hand-compile" <somedoc>.lyx. Günter