1 #!/usr/bin/env bash 2 # 3 # Copyright (c) 2019-present The Bitcoin Core developers 4 # Distributed under the MIT software license, see the accompanying 5 # file COPYING or http://www.opensource.org/licenses/mit-license.php. 6 7 export LC_ALL=C.UTF-8 8 9 set -o errexit; source ./ci/test/00_setup_env.sh 10 set -o errexit 11 "./ci/test/02_run_container.py" 12