mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Amend 92628a29:Try to use valid locales for testing
This commit is contained in:
parent
a45407b8c7
commit
de9b1ae5fa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user