libvips/python/soak.sh

10 lines
138 B
Bash
Raw Normal View History

2014-09-23 15:38:46 +02:00
#!/bin/bash
export G_DEBUG=fatal-warnings
while true; do
2014-09-24 15:46:03 +02:00
if ! python test_colour.py TestColour.test_colourspace; then
2014-09-23 15:38:46 +02:00
exit
fi
done