]> git.lyx.org Git - features.git/commitdiff
Amend 92628a29:Try to use valid locales for testing
authorKornel Benko <kornel@lyx.org>
Wed, 13 Mar 2019 18:49:11 +0000 (19:49 +0100)
committerKornel Benko <kornel@lyx.org>
Wed, 13 Mar 2019 18:49:11 +0000 (19:49 +0100)
development/autotests/export.cmake

index d5b23a22e5b465967f7b5938c51ccc58c172d559..0f448bff8ddcbb09c6d9eb45b735e3a4d78a14da 100755 (executable)
@@ -110,6 +110,7 @@ endmacro()
 
 set(ENV{${LYX_USERDIR_VER}} "${LYX_TESTS_USERDIR}")
 set(ENV{LANG} "en_US.UTF-8") # to get all error-messages in english
+set(ENV{LANGUAGE} "US:en")
 #set(ENV{LC_ALL} "C")
 if (extension MATCHES "\\.lyx$")
   include(${TOP_SRC_DIR}/development/autotests/CheckLoadErrors.cmake)