Francois Gouget : winetest: When a dll is missing, mark the test as 'n/a' for 'not applicable'.

Alexandre Julliard julliard at winehq.org
Fri Mar 14 12:15:17 CDT 2008


Module: tools
Branch: master
Commit: f271cfcf2215949f4ef5a430440ebc85b8cdd2f4
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=f271cfcf2215949f4ef5a430440ebc85b8cdd2f4

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Mar 14 17:21:56 2008 +0100

winetest: When a dll is missing, mark the test as 'n/a' for 'not applicable'.

---

 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";




More information about the wine-cvs mailing list