[Tools] testbot/WineRunTask: Tweak the 'missing test failed' error for consistency.

Francois Gouget fgouget at codeweavers.com
Mon Mar 20 17:57:29 CDT 2017


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/WineRunTask.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index fcde9f8..9ff0d95 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -547,7 +547,7 @@ if ($TA->GetFile($RptFileName, $FullLogFileName))
           }
           elsif ($LineFailures == 0 and $SummaryFailures != 0)
           {
-            LogTaskError("Some test failed messages are missing for $Dll:$Unit\n");
+            LogTaskError("$Dll:$Unit is missing some 'test failed' messages\n");
             $LogFailures++;
           }
         }
-- 
2.11.0




More information about the wine-patches mailing list