From 63b516a5e20a12d4bdea7b7cc17f9a3b6feeface Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 12 Sep 2026 10:15:44 +1000 Subject: [PATCH] Use "make test-p" --- manylinux_2_28-wheel-build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manylinux_2_28-wheel-build/Makefile b/manylinux_2_28-wheel-build/Makefile index 1b79801d..1dc1a16d 100644 --- a/manylinux_2_28-wheel-build/Makefile +++ b/manylinux_2_28-wheel-build/Makefile @@ -33,7 +33,7 @@ wheel: .PHONY: test test: 314 - docker run --rm -v $(ROOT):/Pillow -v `pwd`/out:/output $(TEST_IMAGE) sh -c ". /vpy3/bin/activate && python3 -m pip install /output/*cp314-*manylinux_2_28_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh" + docker run --rm -v $(ROOT):/Pillow -v `pwd`/out:/output $(TEST_IMAGE) sh -c ". /vpy3/bin/activate && python3 -m pip install /output/*cp314-*manylinux_2_28_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a make test-p" .PHONY: push push: