Merge "labs: fix HTTP_EXCEPTIONS check"

This commit is contained in:
Jenkins 2015-04-05 16:27:13 +00:00 committed by Gerrit Code Review
commit e1bcbb7c04

View File

@ -593,7 +593,7 @@ while [ : ]; do
fi
done
if [ "${HTTP_EXCEPTIONS:-0}" -ne 0 ]; then
if [ "${HTTP_EXCEPTIONS:-0}" != "0" ]; then
echo "SUM ERROR HTTP exceptions: ${HTTP_EXCEPTIONS:-0}"
fi