Module: tools
Branch: master
Commit: f271cfcf2215949f4ef5a430440ebc85b8cdd2f4
URL: http://source.winehq.org/git/tools.git/?a=commit;h=f271cfcf2215949f4ef5a430…
Author: Francois Gouget <fgouget(a)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";