Pillow/depends/install_extra_test_images.sh
2018-08-25 13:57:24 +10:00

10 lines
227 B
Bash
Executable File

#!/bin/bash
# install extra test images
rm -rf test_images
# Use SVN to just fetch a single git subdirectory
svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images
cp -r test_images/* ../Tests/images