From fac9abbf475a1de6f9f39ddede9a6a59bbd1cff4 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 28 Sep 2023 11:05:28 +0200 Subject: [PATCH] ci: Rename 04_install to 02_run_container This reflects what the script does (docker run ...). --- ci/test/{04_install.sh => 02_run_container.sh} | 0 ci/test_run_all.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename ci/test/{04_install.sh => 02_run_container.sh} (100%) 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"