diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-08-15 16:51:31 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-08-16 08:46:37 -0400 |
commit | fa21737ba7159578299f2b10e181a084ab8887c4 (patch) | |
tree | 00fb547b8268195de433a5bf5367a413c7e2fe4c /ci/test_run_all.sh | |
parent | 1bf2ff2bf8e8bef3ba21e635aabb1b0964062743 (diff) |
ci: Add environment files for all settings
Diffstat (limited to 'ci/test_run_all.sh')
-rwxr-xr-x | ci/test_run_all.sh | 2 |
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 |