Fixing CodesizeTestType usage. -mcafee

This commit is contained in:
cltbld%netscape.com 2002-12-26 08:57:59 +00:00
Родитель 1932b9d8a8
Коммит 97618f3e6f
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -22,7 +22,7 @@ use File::Path; # for rmtree();
use Config; # for $Config{sig_name} and $Config{sig_num}
use File::Find ();
$::UtilsVersion = '$Revision: 1.204 $ ';
$::UtilsVersion = '$Revision: 1.205 $ ';
package TinderUtils;
@ -1611,14 +1611,14 @@ sub run_all_tests {
$bash_cmd = $Settings::CodesizeTestType . "summary.win.bash";
} else {
# Assume Linux for non-windows for now.
$bash_cmd = $Settings::CodesizeTestType . "summary.win.bash";
$bash_cmd = $Settings::CodesizeTestType . "summary.linux.bash";
}
my $test_result =
FileBasedTest($test_name,
"$build_dir",
"$build_dir", # run top of tree, not in dist.
["basesummary.linux.bash $args"], # auto|base
["$bash_cmd $args"], # auto|base
$Settings::CodesizeTestTimeout,
"FAILED", # Fake out failure mode, test file instead.
0, 0); # Timeout means failure.