libvips/python/soak.sh

10 lines
130 B
Bash
Executable File

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