mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
ctests: adapt ignored warnings for lyx2lyx tests
This commit does the same asa8dd4db5
but for the explicit lyx2lyx tests. This commit amendsae31e169
.
This commit is contained in:
parent
a8dd4db54f
commit
d54e400ee3
@ -30,7 +30,7 @@ string(COMPARE NOTEQUAL ${_err} 0 _erg)
|
||||
file(STRINGS ${errorfile} foundErrors)
|
||||
if(foundErrors)
|
||||
foreach(_l ${foundErrors})
|
||||
if (NOT _l MATCHES "Warning: No conversion needed:")
|
||||
if (NOT _l MATCHES "lyx2lyx warning: No conversion needed:")
|
||||
set(_erg 1)
|
||||
message(STATUS "${_l}")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user