We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31c1d8 commit df944bdCopy full SHA for df944bd
1 file changed
setup.sh
@@ -2,7 +2,12 @@
2
set -eu
3
cd "$(dirname "$(realpath "$0")")"
4
for python_v in python3 pypy3; do
5
- ./runTestLibusb.sh "$python_v" https://github.com/libusb/libusb.git libusb.git master v1.0.19 v1.0.22 v1.0.24
+ if ./runTestLibusb.sh "$python_v" https://github.com/libusb/libusb.git libusb.git master v1.0.19 v1.0.22 v1.0.24; then
6
+ :
7
+ else
8
+ echo "runTestLibusb.sh failed with ${python_v} ($("$python_v" --version))"
9
+ false
10
+ fi
11
done
12
export I_KNOW_HOW_TO_RELEASE_PYTHON_LIBUSB1=1
13
echo "Fetching libusb1 windows binary distribution..."
0 commit comments