From d5d38ef01f51a8379d5f6d7d84c258b581f46c3e Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Fri, 10 May 2002 21:16:53 +0000 Subject: [PATCH] add localtime to output to help with debugging. --- webtools/tinderbox2/src/test/genbugs.tst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webtools/tinderbox2/src/test/genbugs.tst b/webtools/tinderbox2/src/test/genbugs.tst index 74e7f6c98b08..37aa2ea92383 100644 --- a/webtools/tinderbox2/src/test/genbugs.tst +++ b/webtools/tinderbox2/src/test/genbugs.tst @@ -5,8 +5,8 @@ # current time. -# $Revision: 1.8 $ -# $Date: 2002/04/24 03:20:31 $ +# $Revision: 1.9 $ +# $Date: 2002/05/10 21:16:53 $ # $Author: kestes%walrus.com $ # $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/test/genbugs.tst,v $ # $Name: $ @@ -158,6 +158,7 @@ foreach $tree (@TREES) { 'QAContact' => "matty\@box.net.au", 'tinderbox_timenow' => $timenow, + 'tinderbox_localtime_timenow' => $localtimenow, 'tinderbox_status' => $status, 'tinderbox_bug_id' => $bug_id, 'tinderbox_bug_url' => "http://bugzilla.mozilla.org/show_bug.cgi?id=$bug_id",