From fa569e1a9c5ad1bf8bdf866235b21aff56112224 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 17 Dec 2019 22:02:48 -0500 Subject: ci: Set LC_ALL=C when running in qemu-s390x This avoids std::runtime_error in the unit tests of the type "locale::facet::_S_create_c_locale name not valid" --- ci/test/04_install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/test') diff --git a/ci/test/04_install.sh b/ci/test/04_install.sh index 68fd98302f..2b5a9a5357 100755 --- a/ci/test/04_install.sh +++ b/ci/test/04_install.sh @@ -9,6 +9,9 @@ export LC_ALL=C.UTF-8 if [[ $DOCKER_NAME_TAG == centos* ]]; then export LC_ALL=en_US.utf8 fi +if [[ $QEMU_USER_CMD == qemu-s390* ]]; then + export LC_ALL=C +fi if [ "$TRAVIS_OS_NAME" == "osx" ]; then set +o errexit -- cgit v1.2.3