Module: tools Branch: master Commit: 931e726318f92c4f71917f792756d16e03d4a28f URL: http://source.winehq.org/git/tools.git/?a=commit;h=931e726318f92c4f71917f792...
Author: Francois Gouget fgouget@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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++; } }