[LyX/master] Cmake export tests: Typo

Kornel Benko kornel at lyx.org
Sun Aug 23 09:21:30 UTC 2020


commit dbe9867ed117f5d84aa050cdb2d913cf442b90a4
Author: Kornel Benko <kornel at lyx.org>
Date:   Sun Aug 23 11:38:20 2020 +0200

    Cmake export tests: Typo
---
 development/autotests/ExportTests.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/autotests/ExportTests.cmake b/development/autotests/ExportTests.cmake
index ce0e703..86604a6 100644
--- a/development/autotests/ExportTests.cmake
+++ b/development/autotests/ExportTests.cmake
@@ -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()


More information about the lyx-cvs mailing list