Amend 92628a29:Try to use valid locales for testing

This commit is contained in:
Kornel Benko 2019-03-13 19:49:11 +01:00
parent a45407b8c7
commit de9b1ae5fa

View File

@ -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)