[travis] Improve macos timeout message

This commit is contained in:
Matthias Kuhn 2017-05-01 22:10:30 +02:00 committed by GitHub
parent 7b60d89d6c
commit d35b8b3338

View File

@ -36,7 +36,7 @@ gtimeout ${TIMEOUT}s ctest -V -E "$(cat ${DIR}/blacklist.txt | gsed -r '/^(#.*?)
rv=$?
if [ $rv -eq 124 ] ; then
echo '\033[0;33mBuild and test timeout. Please restart the build for useful results.\033[0m'
printf '\n\n\033[0;33mBuild and test timeout. Please restart the build for meaningful results.\033[0m\n'
fi
exit $rv