[Tools 1/7] winetest: s/$subtest/$unit/ for consistency.

Francois Gouget fgouget at free.fr
Fri Mar 14 13:55:31 CDT 2008


---

I missed this variable in the previous round (it's unused anyway so we 
could also remove it).

 winetest/gather |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/winetest/gather b/winetest/gather
index 9f46589..6c006f9 100755
--- a/winetest/gather
+++ b/winetest/gather
@@ -280,7 +280,7 @@ sub singletest($$$) {
         my $fail = -r "$datadir/$build/$file"?"<a href=\"$file\">$msg</a>":$msg;
         print OUT "      <td class=\"note\">$fail</td>\n";
     } elsif ($count eq "dll missing") {
-        my ($dll, $subtest) = split(/:/, $testname);
+        my ($dll, $unit) = split(/:/, $testname);
         $dll.=".dll" if ($dll !~ /\./);
         print OUT <<"EOF";
       <td class="skip_pass"><a
-- 
1.5.4.1




More information about the wine-patches mailing list