diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-26 22:28:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-26 22:29:51 +0300 |
commit | d94f1baf332fa5c6574af61ae7168bfbae985969 (patch) | |
tree | 211068bbc93c84d4cc20ede0b27fceaf0d202f4f | |
parent | 09f1c3afd5bc94610b8a07561d816eddb2f40d7b (diff) | |
download | hercules-d94f1baf332fa5c6574af61ae7168bfbae985969.tar.gz hercules-d94f1baf332fa5c6574af61ae7168bfbae985969.tar.bz2 hercules-d94f1baf332fa5c6574af61ae7168bfbae985969.tar.xz hercules-d94f1baf332fa5c6574af61ae7168bfbae985969.zip |
fix travis.sh from previous commit.
-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 |