mozbot should report test failures in the brief report

git-svn-id: svn://10.0.0.236/trunk@34903 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leaf%mozilla.org 1999-06-11 23:36:46 +00:00
parent 878cad6586
commit 264904f68e

View File

@ -680,7 +680,7 @@ sub bot_tinderbox {
{
foreach my $e (sort keys %{$$trees{$t}})
{
next if ($terse && $$trees{$t}{$e} ne "Horked");
next if ($terse && $$trees{$t}{$e} eq "Success");
$buf .= "[$e: $$trees{$t}{$e}] ";
$bustage++;
}