Revert "Allow links in the message"
This reverts commit 50dcf771b9
.
This caused only the first test result to be processed.
Change-Id: I35167a8c225cd18ed173270275a21f02cfa5036c
This commit is contained in:
parent
c5a1aa695d
commit
8cf696110c
@ -177,7 +177,7 @@ class openstack_project::review (
|
||||
},
|
||||
{
|
||||
name => 'testresult',
|
||||
match => '<li>([^ ]+) <a href=\"[^\"]+\" target=\"_blank\" rel=\"nofollow\">([^<]+)</a> : ([^ ]+)(.*)</li>',
|
||||
match => '<li>([^ ]+) <a href=\"[^\"]+\" target=\"_blank\" rel=\"nofollow\">([^<]+)</a> : ([^ ]+)([^<]*)</li>',
|
||||
html => '<li class=\"comment_test\"><span class=\"comment_test_name\"><a href=\"$2\" rel=\"nofollow\">$1</a></span> <span class=\"comment_test_result\"><span class=\"result_$3\">$3</span>$4</span></li>',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user