diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-11-22 13:58:53 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-11-22 13:57:55 -0500 |
commit | fad88e6f86d1dd32cf01db2287df9c63e66c5116 (patch) | |
tree | 5204b698fcb948fdcf7b211219fc6e454c3f0513 /ci/test/06_script_b.sh | |
parent | fa2941bbf47a8a6b79b8db4a87e1aedcf6a29a5e (diff) |
ci: Remove use of cd
Diffstat (limited to 'ci/test/06_script_b.sh')
-rwxr-xr-x | ci/test/06_script_b.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 23de2f7062..a8e0a50f36 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -6,11 +6,6 @@ export LC_ALL=C.UTF-8 -# Temporarily disable errexit, because Travis macOS fails without error message -set +o errexit -cd "build/bitcoin-$HOST" || (echo "could not enter distdir build/bitcoin-$HOST"; exit 1) -set -o errexit - if [ -n "$QEMU_USER_CMD" ]; then BEGIN_FOLD wrap-qemu echo "Prepare to run functional tests for HOST=$HOST" |