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:
parent
878cad6586
commit
264904f68e
@ -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++;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user