]> git.lyx.org Git - features.git/commitdiff
Cmake export tests: Remove assignement doing nothing
authorKornel Benko <kornel@lyx.org>
Mon, 30 Nov 2015 12:12:30 +0000 (13:12 +0100)
committerKornel Benko <kornel@lyx.org>
Mon, 30 Nov 2015 12:12:30 +0000 (13:12 +0100)
development/autotests/ExportTests.cmake

index 942dd4ec08ea901c568105d3dc1faeb8898d94ad..b0e7595c9ca04e4b76f8cc155e7f669f13df0f9f 100644 (file)
@@ -153,10 +153,10 @@ macro(maketestname testname reverted listsuspicious listignored listunreliable l
       join(sublabel "." tmpprefixx)
       string(TOUPPER "${tmpprefixx}_" tmpprefix)
       set(${testname} "${tmpprefix}${${testname}}")
-      string(TOUPPER "${sublabel}_" tmpprefix)
       set(${listlabels} ${sublabel})
     endif()
   else()
+    # No testname because ignored
     set(${testname} "")
   endif()
 endmacro()