fixup travis test_wrapper.sh

fixes up commit 6695365efb
This commit is contained in:
Chris Beck 2014-12-28 18:00:41 -05:00
parent 7f0e7c890d
commit 032d8c1a93

View file

@ -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