aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-28 13:26:25 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-28 13:25:40 +0100
commitfafcee48748d4a4ff229ae94d2bc3a73c5c1db22 (patch)
tree721e4edbe4ba245653fa32d618409386f826622a
parentc252a0fc0f4dc7d262b971a5e7ff01508159193b (diff)
downloadbitcoin-fafcee48748d4a4ff229ae94d2bc3a73c5c1db22.tar.xz
ci: Rename test script to 03_test_script.sh
-rwxr-xr-xci/test/02_run_container.sh2
-rwxr-xr-xci/test/03_test_script.sh (renamed from ci/test/06_script_b.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/02_run_container.sh b/ci/test/02_run_container.sh
index edf8f2c30f..64b1e4e182 100755
--- a/ci/test/02_run_container.sh
+++ b/ci/test/02_run_container.sh
@@ -84,7 +84,7 @@ CI_EXEC git config --global --add safe.directory \"*\"
CI_EXEC mkdir -p "${BINS_SCRATCH_DIR}"
-CI_EXEC "${BASE_ROOT_DIR}/ci/test/06_script_b.sh"
+CI_EXEC "${BASE_ROOT_DIR}/ci/test/03_test_script.sh"
if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
echo "Stop and remove CI container by ID"
diff --git a/ci/test/06_script_b.sh b/ci/test/03_test_script.sh
index 20464c3aea..20464c3aea 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/03_test_script.sh