add more seq tests
This commit is contained in:
parent
722314ed10
commit
4c502fcbf3
@ -25,3 +25,7 @@ Darwin)
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
$PYTHON -m unittest -v test_all
|
$PYTHON -m unittest -v test_all
|
||||||
|
|
||||||
|
echo rerunning with VIPS_STALL enabled ...
|
||||||
|
export VIPS_STALL=1
|
||||||
|
$PYTHON -m unittest -v test_all
|
||||||
|
@ -24,6 +24,9 @@ break_threshold() {
|
|||||||
return $(echo "$diff > $threshold" | bc -l)
|
return $(echo "$diff > $threshold" | bc -l)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# run the test with VIPS_STALL enabled to stress the seq system
|
||||||
|
export VIPS_STALL=1
|
||||||
|
|
||||||
size=1000
|
size=1000
|
||||||
while [ $size -gt 99 ]; do
|
while [ $size -gt 99 ]; do
|
||||||
printf "testing size to $size ... "
|
printf "testing size to $size ... "
|
||||||
|
Loading…
Reference in New Issue
Block a user