]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/ExportTests.cmake
ctests: invert 'wontfix' failing lyx2lyx tests
[lyx.git] / development / autotests / ExportTests.cmake
index ce0e703b3688d829cd15f0c6638ebaea99bd1410..86604a6675a2b5fd4d9d56e1865388d62791d402 100644 (file)
@@ -446,7 +446,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates lib/ta
             set(extraLabels )
           endif()
           set(missingLabels )
-          findexpr(mfound TestName ignoreLatexErrorsTests missingLabels)
+          findexpr(mfound TestName1 ignoreLatexErrorsTests missingLabels)
           if (mfound)
             set(mytestlabel ${testlabel} "ignoring" ${missingLabels} ${extraLabels})
           else()