Skip to content

Commit

Permalink
autobuild: quote test error urls properly
Browse files Browse the repository at this point in the history
sigh.
  • Loading branch information
Greg Banks committed Feb 23, 2012
1 parent 5b3e574 commit b64bc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-xml-summary.pl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ sub usage
if (defined $build_url)
{
my $quoted_suite = $suite;
$quoted_suite =~ s/:\//_/g;
$quoted_suite =~ s/[:\/]/_/g;
my $url = "$build_url/testReport/%28root%29/$quoted_suite/test_$case/";
print " $url\n";
}
Expand Down

0 comments on commit b64bc09

Please sign in to comment.