libvips/python/soak.sh
2014-09-24 14:46:03 +01:00

10 lines
138 B
Bash
Executable File

#!/bin/bash
export G_DEBUG=fatal-warnings
while true; do
if ! python test_colour.py TestColour.test_colourspace; then
exit
fi
done