Skip to content

Commit

Permalink
[Travis] fix macos timeout message
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 1, 2017
1 parent 3cd37be commit 2da64e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/macos/script.sh
Expand Up @@ -35,7 +35,7 @@ gtimeout ${TIMEOUT}s ctest -V -E "$(cat ${DIR}/blacklist.txt | gsed -r '/^(#.*?)

rv=$?

if [ $? -eq 124 ] ; then
if [ $rv -eq 124 ] ; then
echo '\033[0;33mBuild and test timeout. Please restart the build for useful results.\033[0m'
fi

Expand Down

0 comments on commit 2da64e4

Please sign in to comment.