diff --git a/mozilla/webtools/mozbot/mozbot.pl b/mozilla/webtools/mozbot/mozbot.pl index feb33daefab..9444e1aedc0 100755 --- a/mozilla/webtools/mozbot/mozbot.pl +++ b/mozilla/webtools/mozbot/mozbot.pl @@ -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++; }