aboutsummaryrefslogtreecommitdiff
path: root/ci/test_run_all.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-15 16:51:31 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-16 08:46:37 -0400
commitfa21737ba7159578299f2b10e181a084ab8887c4 (patch)
tree00fb547b8268195de433a5bf5367a413c7e2fe4c /ci/test_run_all.sh
parent1bf2ff2bf8e8bef3ba21e635aabb1b0964062743 (diff)
downloadbitcoin-fa21737ba7159578299f2b10e181a084ab8887c4.tar.xz
ci: Add environment files for all settings
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 a39f1f9f09..a1d4bd1952 100755
--- a/ci/test_run_all.sh
+++ b/ci/test_run_all.sh
@@ -6,8 +6,6 @@
export LC_ALL=C.UTF-8
-echo "Setting default values in env"
-
set -o errexit; source ./ci/test/00_setup_env.sh
set -o errexit; source ./ci/test/03_before_install.sh
set -o errexit; source ./ci/test/04_install.sh