Skip to content

Commit 33786ac

Browse files
committed
break up long line
Thankfully, the extra whitespace gets removed when the output is parsed as Markdown.
1 parent 3f91a14 commit 33786ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/run-tests-jenkins

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ function post_message () {
141141
test_result="$?"
142142

143143
if [ "$test_result" -eq "124" ]; then
144-
fail_message="**[Tests timed out](${BUILD_URL}consoleFull)** after a configured wait of \`${TESTS_TIMEOUT}\`."
144+
fail_message="**[Tests timed out](${BUILD_URL}consoleFull)** after \
145+
a configured wait of \`${TESTS_TIMEOUT}\`."
145146
post_message "$fail_message"
146147
exit $test_result
147148
else

0 commit comments

Comments
 (0)