]> git.lyx.org Git - features.git/commitdiff
ctests: adapt ignored warnings for lyx2lyx tests
authorScott Kostyshak <skostysh@lyx.org>
Sat, 30 Apr 2022 00:42:07 +0000 (20:42 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 30 Apr 2022 00:43:48 +0000 (20:43 -0400)
This commit does the same as a8dd4db5 but for the explicit lyx2lyx
tests.

This commit amends ae31e169.

development/autotests/lyx2lyxtest.cmake

index 708cd5077d73307547d39862cc9463aa9377dc09..4b01ecb732292834f4b57c34fdfbd4ffb4d01ef5 100755 (executable)
@@ -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()