mozbot should report test failures in the brief report

This commit is contained in:
leaf%mozilla.org 1999-06-11 23:36:46 +00:00
Родитель c1e3dce399
Коммит 256545c2d5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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++;
}