From fad88e6f86d1dd32cf01db2287df9c63e66c5116 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 22 Nov 2019 13:58:53 -0500 Subject: ci: Remove use of cd --- ci/test/06_script_b.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ci/test/06_script_b.sh') 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" -- cgit v1.2.3