Skip to content

Commit fa70cbd

Browse files
author
MarcoFalke
committed
ci: Remove unused TEST_RUNNER_ENV="LC_ALL=C" from s390x task
1 parent fa33354 commit fa70cbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/test/00_setup_env_s390x.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright (c) 2019-2022 The Bitcoin Core developers
3+
# Copyright (c) 2019-present The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
55
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
66

@@ -10,7 +10,6 @@ export HOST=s390x-linux-gnu
1010
export PACKAGES="python3-zmq"
1111
export CONTAINER_NAME=ci_s390x
1212
export CI_IMAGE_NAME_TAG="docker.io/s390x/debian:bookworm"
13-
export TEST_RUNNER_ENV="LC_ALL=C"
1413
export TEST_RUNNER_EXTRA="--exclude feature_init,rpc_bind,feature_bind_extra" # Excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
1514
export RUN_FUNCTIONAL_TESTS=true
1615
export GOAL="install"

0 commit comments

Comments
 (0)