[tools] winetest/gather: Link 'test list' failures to the test's version page.
1 Jul
2021
1 Jul
'21
12:26 p.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- winetest/gather | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/winetest/gather b/winetest/gather index e00077792..1e9b2da36 100755 --- a/winetest/gather +++ b/winetest/gather @@ -693,6 +693,12 @@ sub singletest($$$) { { $href = "$report->{dir}/$testname.html"; } + elsif (-r "$builddir/$report->{dir}/version.html") + { + my $dll = $testname; + $dll =~ s/:.*//; + $href = "$report->{dir}/version.html#$dll"; + } else { $href=""; -- 2.20.1
1627
Age (days ago)
1627
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget