From 92628a29901f8249860628c715fc80633726b150 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 2 Oct 2017 10:35:57 +0200 Subject: [PATCH] cmake tests: Try to use valid locales for testing --- development/autotests/export.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/autotests/export.cmake b/development/autotests/export.cmake index 7a954aca6d..fc63cd47c8 100755 --- a/development/autotests/export.cmake +++ b/development/autotests/export.cmake @@ -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) -- 2.39.2