Module: tools Branch: master Commit: a79f045017d8669d5c38469f31a3ace7f879da48 URL: http://source.winehq.org/git/tools.git/?a=commit;h=a79f045017d8669d5c38469f3...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 25 15:37:03 2008 +0100
winetest: Make the test url always point to the local winetest.exe build.
---
winetest/gather | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/winetest/gather b/winetest/gather index 9f5ff3f..fef9396 100755 --- a/winetest/gather +++ b/winetest/gather @@ -112,7 +112,6 @@ exit 2 unless defined $outdated; # Read in the data
my %alltests; # union of test names -my $url = ""; # archive url of winetest.exe foreach my $file (glob "$datadir/$build/*/summary.txt") { (my $dir = $file) =~ s|^\Q$datadir/$build\E/(.*?)/summary.txt$|$1|; (my $id, my @tag) = split /_/, $dir; @@ -154,7 +153,6 @@ foreach my $file (glob "$datadir/$build/*/summary.txt") { close TEST; next; } - $url = "href="" . escapeHTML($archive) . """ if (!$url && $archive =~ /^http:///);
while (<TEST>) { my ($dummy, $dll, $unit, $count, $todos, $errors, $skips, @@ -452,7 +450,7 @@ print OUT <<"EOF"; <p class="legend">This <span class="result pass also-todo">border</span> and this <span class="result todo">background</span> signal that the implementation needs some work.</p> </div> <div class="main"> -<h1>Main summary for build <a $url title="$build">$short_build</a></h1> +<h1>Main summary for build <a href="/builds/winetest-$short_build.exe" title="$build">$short_build</a></h1> <table class="report"> $header_footer <tbody onDblClick="clone();">