Adding &days=0 default to Ts and Txul links.
git-svn-id: svn://10.0.0.236/trunk@109524 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -20,7 +20,7 @@ use File::Basename; # for basename();
|
||||
use Config; # for $Config{sig_name} and $Config{sig_num}
|
||||
|
||||
|
||||
$::UtilsVersion = '$Revision: 1.100 $ ';
|
||||
$::UtilsVersion = '$Revision: 1.101 $ ';
|
||||
|
||||
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() . "&autoscale=0\">Txul:$open_time" . "ms</a>\n";
|
||||
::hostname() . "&autoscale=0&days=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() . "&autoscale=0\">Ts:" . $min_startuptime_string . "s</a>\n\n";
|
||||
. ::hostname() . "&autoscale=0&days=0\">Ts:" . $min_startuptime_string . "s</a>\n\n";
|
||||
print_log "$print_string";
|
||||
|
||||
# Report data back to server
|
||||
|
||||
Reference in New Issue
Block a user