зеркало из https://github.com/mozilla/gecko-dev.git
switching to tegu mozilla.org graph server
This commit is contained in:
Родитель
7c8e9909a9
Коммит
7ba2d0de80
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче