Skip to content

Commit df4d00f

Browse files
committed
debug
1 parent eeeed9c commit df4d00f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/test/04_install.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66

77
export LC_ALL=C.UTF-8
88

9+
set -x
10+
911
if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
1012
export LC_ALL=C
1113
fi
1214

1315
if [ "$CI_OS_NAME" == "macos" ]; then
14-
sudo -H pip3 install --upgrade pip
16+
sudo -H pip3 install --upgrade pip || true
1517
# shellcheck disable=SC2086
1618
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
1719
fi

ci/test_run_all.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
export LC_ALL=C.UTF-8
88

9+
set -x
910
set -o errexit; source ./ci/test/00_setup_env.sh
1011
set -o errexit; source ./ci/test/04_install.sh
1112
set -o errexit; source ./ci/test/05_before_script.sh

0 commit comments

Comments
 (0)