From 23077af541f18a034ec3f94b7e27c9503e1c4137 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 26 Oct 2011 09:43:33 -0400 Subject: Improved documentation and diagnostics for flocktest. --- devtools/flocktest | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devtools/flocktest') diff --git a/devtools/flocktest b/devtools/flocktest index 594ccb3f..1e5da979 100755 --- a/devtools/flocktest +++ b/devtools/flocktest @@ -43,7 +43,7 @@ flockdriver = ''' # # flockdriver - conduct regression tests as an agent for a remote flocktest # -# This file is generated. Do not hand-hack. +# This file was generated at %(date)s. Do not hand-hack. quiet=no while getopts dq opt @@ -137,7 +137,7 @@ Subject: DeliverXML %(project)s Remote Test Flock Driver ${gitver} - $(origin)s/flockdriver + %(origin)s/flockdriver %(project)s @@ -209,6 +209,7 @@ class TestSite: if self.verbose: print uploader ofp = os.popen(uploader, "w") + self.config['date'] = time.ctime() ofp.write(flockdriver % self.config) if ofp.close(): print >>sys.stderr, "flocktest: agent upload failed" -- cgit v1.2.1