From e671be70dfd43ee8523a5e6a0f586434caf8b8e3 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Fri, 20 Aug 1999 17:00:38 +0000 Subject: [PATCH] Report the starttime correctly. Not ten minutes into the past. --- tools/tinderbox/build-seamonkey.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tinderbox/build-seamonkey.pl b/tools/tinderbox/build-seamonkey.pl index 68bff18bb7f4..fabdff3fb77a 100755 --- a/tools/tinderbox/build-seamonkey.pl +++ b/tools/tinderbox/build-seamonkey.pl @@ -6,7 +6,7 @@ use Sys::Hostname; use POSIX "sys_wait_h"; use Cwd; -$Version = '$Revision: 1.1 $'; +$Version = '$Revision: 1.2 $'; sub InitVars { # PLEASE FILL THIS IN WITH YOUR PROPER EMAIL ADDRESS @@ -340,7 +340,7 @@ sub BuildIt { } else { $CVSCO = $SaveCVSCO . ' -A'; } - $StartTime = time - 60 * 10; + $StartTime = time; $StartTimeStr = &CVSTime($StartTime); &StartBuild if ( $ReportStatus );