Skip to content

Commit 63b516a

Browse files
committed
Use "make test-p"
1 parent ddd4b58 commit 63b516a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manylinux_2_28-wheel-build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ wheel:
3333

3434
.PHONY: test
3535
test: 314
36-
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"
36+
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"
3737

3838
.PHONY: push
3939
push:

0 commit comments

Comments
 (0)