Skip to content

Commit

Permalink
existing
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 24, 2024
1 parent 9833024 commit b743d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python.exe -c "from PIL import Image"
IF ERRORLEVEL 1 EXIT /B
python.exe -c "from PIL import Image;Image.open('clusterfuzz-testcase-minimized-fuzz_pillow-5015640213159936').load()"
python.exe -bb -m pytest -s -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests/test_file_jpeg2k.py

0 comments on commit b743d60

Please sign in to comment.