Loading
Unset -e in clients stats script.
In theory, it's a fine idea to stop the script if one of its steps fails. But `ant | grep "\[java\]"` returns a non-zero code if there's not a single line of output, which is not a failure. We shouldn't stop in that case.