add reproducer for [GL #585]

This commit is contained in:
Mark Andrews
2018-11-26 16:33:49 +11:00
parent 6ab40c043d
commit 0ac2a868bb
4 changed files with 18 additions and 0 deletions

View File

@@ -70,6 +70,12 @@ for dir in [0-9][0-9]-*; do
ret=1
fi
found=`grep Traceback coverage.$n | wc -l`
if [ $found -ne 0 ]; then
echo "python exception detected"
ret=1
fi
n=`expr $n + 1`
if [ $ret != 0 ]; then echo_i "failed"; fi
status=`expr $status + $ret`