link properly...
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1089 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
bf1354bde1
commit
45ab91c054
@ -43,7 +43,7 @@ class SCoreReporter extends HtmlReporter {
|
||||
$matches = array();
|
||||
if(preg_match("#ext/(.*)/test.php#", $name, $matches)) {
|
||||
$name = $matches[1];
|
||||
$link = "<a href=\"".make_link("test/$name")."\"></a>";
|
||||
$link = "<a href=\"".make_link("test/$name")."\">Test only this extension</a>";
|
||||
}
|
||||
parent::paintGroupEnd($name);
|
||||
if($this->current_html == "") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user