Pillow/depends/install_extra_test_images.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
284 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# install extra test images
archive=test-images-main
./download-and-extract.sh $archive https://github.com/python-pillow/test-images/archive/main.tar.gz
mv $archive/* ../Tests/images/
# Cleanup old tarball and empty directory
rm $archive.tar.gz
rmdir $archive