[Tools 01/12] winetest: When a dll is missing, mark the test as 'n/a' for 'not applicable'.

Francois Gouget fgouget at free.fr
Fri Mar 14 11:21:56 CDT 2008


---

These patches should be independent from each other (at least 
semantically they are). But I prefer to number them just in case they 
happen to overlap a bit.

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

diff --git a/winetest/gather b/winetest/gather
index 4555701..e93e34c 100755
--- a/winetest/gather
+++ b/winetest/gather
@@ -283,7 +283,7 @@ sub singletest {
         print OUT <<"EOF";
       <td class="skip_pass"><a
         title="No tests run as $dll.dll is not present on this system"
-        >0</a></td>
+        >n/a</a></td>
 EOF
     } elsif ($count eq "winetest crash") {
         print OUT <<"EOF";
-- 
1.5.4.1




More information about the wine-patches mailing list