A previous build of Travis resulted in an Execution halted error during unit testing, but that didn't get picked up by the script that checks the unit tests and the unit tests exited with 0. This adds a grep to that script that also looks for "Execution halted".
A previous build of Travis resulted in an
Execution halted
error during unit testing, but that didn't get picked up by the script that checks the unit tests and the unit tests exited with 0. This adds agrep
to that script that also looks for"Execution halted"
.