mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
cmake tests: Try to use valid locales for testing
This commit is contained in:
parent
e474554627
commit
92628a2990
@ -91,8 +91,8 @@ function(get_md5sum msource mresult mreserr)
|
||||
endfunction()
|
||||
|
||||
set(ENV{${LYX_USERDIR_VER}} "${LYX_TESTS_USERDIR}")
|
||||
set(ENV{LANG} "en") # to get all error-messages in english
|
||||
set(ENV{LC_ALL} "C")
|
||||
set(ENV{LANG} "en_US.UTF-8") # to get all error-messages in english
|
||||
#set(ENV{LC_ALL} "C")
|
||||
if (extension MATCHES "\\.lyx$")
|
||||
include(${TOP_SRC_DIR}/development/autotests/CheckLoadErrors.cmake)
|
||||
get_md5sum(LYX_SOURCE source_md5sum _err)
|
||||
|
Loading…
Reference in New Issue
Block a user