mitogen/.ci/soak/mitogen_py24.sh

13 lines
143 B
Bash
Raw Normal View History

2019-02-18 18:00:23 +00:00
#!/bin/bash
export NOCOVERAGE=1
i=0
while :
do
i=$((i + 1))
/usr/bin/time -v ./.ci/mitogen_py24_tests.py "$@" || break
done
echo $i