aboutsummaryrefslogtreecommitdiff
path: root/ci/test/06_script_b.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-11-09 09:16:16 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-11-09 09:11:32 -0500
commitfa00393bce0c6128c6188afc7a1d50cc01b0277f (patch)
treefa907219591bf761ba6707a52177026875980f0f /ci/test/06_script_b.sh
parent8021392b825c74312173f15eb937ba6d4aec3841 (diff)
downloadbitcoin-fa00393bce0c6128c6188afc7a1d50cc01b0277f.tar.xz
ci: Make all filesystem operations inside docker
Diffstat (limited to 'ci/test/06_script_b.sh')
-rwxr-xr-xci/test/06_script_b.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index 048fe06c84..fa2a0f2f0e 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -48,7 +48,3 @@ if [ "$RUN_FUZZ_TESTS" = "true" ]; then
DOCKER_EXEC test/fuzz/test_runner.py -l DEBUG ${DIR_FUZZ_IN}
END_FOLD
fi
-
-set +o errexit
-cd ${BASE_BUILD_DIR} || (echo "could not enter travis build dir $BASE_BUILD_DIR"; exit 1)
-set -o errexit