From: Francois Gouget Subject: [Tools] testbot/WineRunTask: Tweak the 'missing test failed' error for consistency. Message-Id: Date: Mon, 20 Mar 2017 23:57:29 +0100 (CET) Signed-off-by: Francois Gouget --- 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