diff options
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ EOF else echo "No sanitizer errors found." fi - if [ ${errcode} -ne 0 ] + if [ ${errcode} -ne 0 ]; then echo "server terminated with exit code ${errcode}" aborterror "Test failed" fi |