diff --git a/ci/test/04_install.sh b/ci/test/02_run_container.sh similarity index 100% rename from ci/test/04_install.sh rename to ci/test/02_run_container.sh diff --git a/ci/test_run_all.sh b/ci/test_run_all.sh index 2284a2903b7..efc524eb809 100755 --- a/ci/test_run_all.sh +++ b/ci/test_run_all.sh @@ -1,13 +1,13 @@ #!/usr/bin/env bash # -# Copyright (c) 2019-2020 The Bitcoin Core developers +# Copyright (c) 2019-present The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. export LC_ALL=C.UTF-8 set -o errexit; source ./ci/test/00_setup_env.sh -set -o errexit; source ./ci/test/04_install.sh +set -o errexit; source "./ci/test/02_run_container.sh" set -o errexit CI_EXEC "${BASE_ROOT_DIR}/ci/test/06_script_b.sh"