Adding &autoscale=1 option, default is off

This commit is contained in:
mcafee%netscape.com 2001-12-02 21:43:35 +00:00
Родитель 4c2f1c910d
Коммит 6db1bb3e3c
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -20,7 +20,7 @@ use File::Basename; # for basename();
use Config; # for $Config{sig_name} and $Config{sig_num}
$::UtilsVersion = '$Revision: 1.99 $ ';
$::UtilsVersion = '$Revision: 1.100 $ ';
package TinderUtils;
@ -956,7 +956,7 @@ sub run_all_tests {
print_log "TinderboxPrint:" .
"<a href=\"http://tegu.mozilla.org/graph/xulwinopen/query.cgi?tbox=" .
::hostname() . "\">Txul:$open_time" . "ms</a>\n";
::hostname() . "&autoscale=0\">Txul:$open_time" . "ms</a>\n";
if($Settings::TestsPhoneHome) {
send_xulwinopen_results_to_server($open_time, "--", ::hostname());
@ -1052,7 +1052,7 @@ sub run_all_tests {
my $min_startuptime_string = sprintf "%.2f", $min_startuptime/1000;
my $print_string = "\n\nTinderboxPrint:<a href=\"http://tegu.mozilla.org/graph/startup/query.cgi?tbox="
. ::hostname() . "\">Ts:" . $min_startuptime_string . "s</a>\n\n";
. ::hostname() . "&autoscale=0\">Ts:" . $min_startuptime_string . "s</a>\n\n";
print_log "$print_string";
# Report data back to server