logic bug, this should mean dont try tests again if no binary found. r=slamm

This commit is contained in:
mcafee%netscape.com 2000-02-18 01:16:14 +00:00
Родитель 9131013894
Коммит 21297db1ee
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -10,7 +10,7 @@ use Sys::Hostname;
use POSIX qw(sys_wait_h strftime);
use Cwd;
$Version = '$Revision: 1.56 $ ';
$Version = '$Revision: 1.57 $ ';
sub PrintUsage {
@ -214,7 +214,7 @@ sub BuildIt {
print LOG "no binary detected, can't delete.\n";
# If we're only running tests and have no binary, bail.
unless ($TestOnly) {
if ($TestOnly) {
$EarlyExit++;
}
}