switching to tegu mozilla.org graph server

git-svn-id: svn://10.0.0.236/trunk@108984 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 2001-11-27 05:14:19 +00:00
parent 34e6308d7f
commit 2c009fda42

View File

@ -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";