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