Skip to content

Commit

Permalink
break up long line
Browse files Browse the repository at this point in the history
Thankfully, the extra whitespace gets removed when the output is parsed
as Markdown.
  • Loading branch information
nchammas committed Aug 30, 2014
1 parent 3f91a14 commit 33786ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/run-tests-jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ function post_message () {
test_result="$?"

if [ "$test_result" -eq "124" ]; then
fail_message="**[Tests timed out](${BUILD_URL}consoleFull)** after a configured wait of \`${TESTS_TIMEOUT}\`."
fail_message="**[Tests timed out](${BUILD_URL}consoleFull)** after \
a configured wait of \`${TESTS_TIMEOUT}\`."
post_message "$fail_message"
exit $test_result
else
Expand Down

0 comments on commit 33786ac

Please sign in to comment.