Skip to content

Commit 13fe4be

Browse files
committed
Separate pre-checker coloured text from link content.
1 parent 0b10271 commit 13fe4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracker_automations/bulk_precheck_issues/bulk_precheck_issues.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ while read issue; do
202202
elif [[ ${testresult} == "error" ]]; then
203203
testcolor="red"
204204
fi
205-
details="${details} [{color:${testcolor}}${testname} (${errors}/${warnings}){color}|${joburl}/artifact/work/smurf.html#${testname}],"
205+
details="${details} {color:${testcolor}}${testname}{color} [(${errors}/${warnings})|${joburl}/artifact/work/smurf.html#${testname}],"
206206
fi
207207
if [[ "${detailslist}" == "${detail}" ]]; then
208208
detailslist=''

0 commit comments

Comments
 (0)