From: Kornel Benko Date: Wed, 13 Mar 2019 18:49:11 +0000 (+0100) Subject: Amend 92628a29:Try to use valid locales for testing X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bcf9bb8a937bc581a77e04c0af9dd4c92fc8ffde;p=features.git Amend 92628a29:Try to use valid locales for testing --- diff --git a/development/autotests/export.cmake b/development/autotests/export.cmake index d5b23a22e5..0f448bff8d 100755 --- a/development/autotests/export.cmake +++ b/development/autotests/export.cmake @@ -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)