Pillow/depends/install_extra_test_images.sh

16 lines
387 B
Bash
Raw Permalink Normal View History

#!/bin/bash
# install extra test images
# Use SVN to just fetch a single Git subdirectory
2019-10-28 13:17:32 +03:00
svn_export()
{
if [ ! -z $1 ]; then
echo ""
echo "Retrying svn export..."
echo ""
fi
svn export --force https://github.com/python-pillow/pillow-depends/trunk/test_images ../Tests/images
}
2019-10-28 13:17:32 +03:00
svn_export || svn_export retry || svn_export retry || svn_export retry