add more seq tests

This commit is contained in:
John Cupitt 2017-04-23 09:43:01 +01:00
parent 722314ed10
commit 4c502fcbf3
2 changed files with 7 additions and 0 deletions

View File

@ -25,3 +25,7 @@ Darwin)
esac
$PYTHON -m unittest -v test_all
echo rerunning with VIPS_STALL enabled ...
export VIPS_STALL=1
$PYTHON -m unittest -v test_all

View File

@ -24,6 +24,9 @@ break_threshold() {
return $(echo "$diff > $threshold" | bc -l)
}
# run the test with VIPS_STALL enabled to stress the seq system
export VIPS_STALL=1
size=1000
while [ $size -gt 99 ]; do
printf "testing size to $size ... "