From d94f1baf332fa5c6574af61ae7168bfbae985969 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Aug 2015 22:28:37 +0300 Subject: fix travis.sh from previous commit. --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis.sh') 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 -- cgit v1.2.3-60-g2f50