Francois Gouget : testbot/WineRunTask: Tweak the 'missing test failed' error for consistency.

Alexandre Julliard julliard at winehq.org
Tue Mar 21 14:11:14 CDT 2017


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Mar 20 23:57:29 2017 +0100

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 faf8314..dc9e9e6 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -556,7 +556,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++;
           }
         }




More information about the wine-cvs mailing list