parent
7f0e7c890d
commit
032d8c1a93
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ while [ $COUNTER -gt 0 -a $ERRORCODE -eq 200 ]; do
|
|||
./test
|
||||
ERRORCODE=$?
|
||||
done
|
||||
if [ $ERRORCODE -eq 200 ];
|
||||
if [ $ERRORCODE -eq 200 ]; then
|
||||
echo "test gave error code 200 ten times. suppressing this error...\n"
|
||||
ERRORCODE=0
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue