From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hu Subject: Re: [OSSTEST PATCH 3/4] sg-run-job: Break out per-host-prep and per-host-finish Date: Wed, 29 Jul 2015 16:13:45 +0800 Message-ID: <1438157625.23266.2.camel@localhost> References: <21892.2155.313678.103280@mariner.uk.xensource.com> <1435682181-11151-1-git-send-email-ian.jackson@eu.citrix.com> <1435682181-11151-4-git-send-email-ian.jackson@eu.citrix.com> <1438061987.29989.3.camel@localhost> <21943.40060.840292.380798@mariner.uk.xensource.com> Reply-To: robert.hu@intel.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZKMU6-0003rY-Hh for xen-devel@lists.xenproject.org; Wed, 29 Jul 2015 08:13:06 +0000 In-Reply-To: <21943.40060.840292.380798@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: robert.hu@intel.com, di.zheng@intel.com, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-07-28 at 16:15 +0100, Ian Jackson wrote: > Robert Hu writes ("Re: [OSSTEST PATCH 3/4] sg-run-job: Break out per-host-prep and per-host-finish"): > > On Tue, 2015-06-30 at 17:36 +0100, Ian Jackson wrote: > > > - per-host-ts . =(*) {ts-leak-check basis} > > > + per-hosts-prep > > > > a trivial typo, I think 'per-host-prep' shall be. > > Yes. > > Sorry that I have sent you buggy code. It seems that my warning No, no apologies necessary at all. Thanks for your help on making osstest job scheduler accommodated to nested test cases. > > NB that this is an RFC and I have NOT EXECUTED IT. It is easy in > Tcl to make daft mistakes like missing `global' or misspelling > variable names, so I apologise in advance for the bugs. > > was fully justified. > > Ian.