ci: Remove use of cd

This commit is contained in:
MarcoFalke
2019-11-22 13:58:53 -05:00
parent fa2941bbf4
commit fad88e6f86
3 changed files with 6 additions and 21 deletions

View File

@ -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"