Skip to content

Commit d35b8b3

Browse files
authoredMay 1, 2017
[travis] Improve macos timeout message
1 parent 7b60d89 commit d35b8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.ci/travis/macos/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gtimeout ${TIMEOUT}s ctest -V -E "$(cat ${DIR}/blacklist.txt | gsed -r '/^(#.*?)
3636
rv=$?
3737

3838
if [ $rv -eq 124 ] ; then
39-
echo '\033[0;33mBuild and test timeout. Please restart the build for useful results.\033[0m'
39+
printf '\n\n\033[0;33mBuild and test timeout. Please restart the build for meaningful results.\033[0m\n'
4040
fi
4141

4242
exit $rv

0 commit comments

Comments
 (0)
Please sign in to comment.