switching to tegu mozilla.org graph server

This commit is contained in:
mcafee%netscape.com 2001-11-27 05:14:19 +00:00
Родитель 7c8e9909a9
Коммит 7ba2d0de80
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -20,7 +20,7 @@ use File::Basename; # for basename();
use Config; # for $Config{sig_name} and $Config{sig_num}
$::UtilsVersion = '$Revision: 1.89 $ ';
$::UtilsVersion = '$Revision: 1.90 $ ';
package TinderUtils;
@ -1286,7 +1286,8 @@ sub print_test_errors {
sub send_startup_results_to_server () {
my ($avg, $data, $tbox) = @_;
$data =~ s/ /:/g;
my $url = 'http://cowtools.mcom.com/cgi-bin/startup/tinderbox/collect.pl';
# my $url = 'http://cowtools.mcom.com/cgi-bin/startup/tinderbox/collect.pl';
my $url = 'http://tegu.mozilla.org/graph/startup/collect.cgi';
$url .= "?avg=$avg&data=$data&tbox=$tbox";
my $res = eval q{
use LWP::UserAgent;
@ -1309,8 +1310,6 @@ sub send_startup_results_to_server () {
}
sub print_logfile {
my ($logfile, $test_name) = @_;
print_log "----------- Output from $test_name ------------- \n";