aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_s390x.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-11-05 11:19:01 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-11-05 12:54:51 +0100
commitfa2c3c0d96b48bc1685d84186552f72e3609a331 (patch)
tree30f5d4e35894a204bbf07f13da3b2d4695c1ebf8 /ci/test/00_setup_env_s390x.sh
parentfac05178366a1c9100b1d19d66fb669d7266f306 (diff)
downloadbitcoin-fa2c3c0d96b48bc1685d84186552f72e3609a331.tar.xz
ci: Set LC_ALL=C to allow running the s390x tests in qemu
Without the fix, the tests immediately abort: terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid ./qt/test/test_bitcoin-qt: line 2: 116150 Aborted
Diffstat (limited to 'ci/test/00_setup_env_s390x.sh')
-rw-r--r--ci/test/00_setup_env_s390x.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_s390x.sh b/ci/test/00_setup_env_s390x.sh
index fe330920d0..accbd07e22 100644
--- a/ci/test/00_setup_env_s390x.sh
+++ b/ci/test/00_setup_env_s390x.sh
@@ -20,6 +20,7 @@ fi
export CONTAINER_NAME=ci_s390x
export DOCKER_NAME_TAG="debian:buster"
export RUN_UNIT_TESTS=true
+export TEST_RUNNER_ENV="LC_ALL=C"
export RUN_FUNCTIONAL_TESTS=true
export GOAL="install"
export BITCOIN_CONFIG="--enable-reduce-exports --with-incompatible-bdb --with-boost-process"