summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-26 22:28:37 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-26 22:29:51 +0300
commitd94f1baf332fa5c6574af61ae7168bfbae985969 (patch)
tree211068bbc93c84d4cc20ede0b27fceaf0d202f4f /travis.sh
parent09f1c3afd5bc94610b8a07561d816eddb2f40d7b (diff)
downloadhercules-d94f1baf332fa5c6574af61ae7168bfbae985969.tar.gz
hercules-d94f1baf332fa5c6574af61ae7168bfbae985969.tar.bz2
hercules-d94f1baf332fa5c6574af61ae7168bfbae985969.tar.xz
hercules-d94f1baf332fa5c6574af61ae7168bfbae985969.zip
fix travis.sh from previous commit.
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index a21e9fcb0..51a0a0611 100755
--- a/travis.sh
+++ b/travis.sh
@@ -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