aboutsummaryrefslogtreecommitdiff
path: root/ci/test_run_all.sh
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-10 13:49:27 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-10 14:10:38 +0200
commitfa8a428c92df1455e99c759d31debada1ba1419e (patch)
treec21bd0dd2790464c13a34454be4fce8386de5c16 /ci/test_run_all.sh
parent883766fa4517d310839c8968994d1fb4effdc7c2 (diff)
downloadbitcoin-fa8a428c92df1455e99c759d31debada1ba1419e.tar.xz
move-only: Move almost all CI_EXEC code to 06_script_b.sh
[WARN] The commit is obviously broken and will not run the CI system. In the rare case this is hit in a git bisect, just skip the commit. The goal here was to make it trivial to review with the git option: --color-moved=dimmed-zebra It is required to move everything into one file because "exit 0" will otherwise stop working as intended when the containing bash script is no longer executed with "source ...". If there is desire to split up 06_script_b.sh into logical chunks in the future, it will also be easier after the following commit.
Diffstat (limited to 'ci/test_run_all.sh')
-rwxr-xr-xci/test_run_all.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/test_run_all.sh b/ci/test_run_all.sh
index 751a4056df..2284a2903b 100755
--- a/ci/test_run_all.sh
+++ b/ci/test_run_all.sh
@@ -8,8 +8,6 @@ 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/05_before_script.sh
-set -o errexit; source ./ci/test/06_script_a.sh
set -o errexit
CI_EXEC "${BASE_ROOT_DIR}/ci/test/06_script_b.sh"