From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Ho Subject: [OSSTest Nested v12 15/21] Integrate Ian J. code and small corrections. Date: Fri, 28 Aug 2015 23:08:04 +0800 Message-ID: <1440774490-16725-16-git-send-email-robert.hu@intel.com> References: <1440774490-16725-1-git-send-email-robert.hu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1440774490-16725-1-git-send-email-robert.hu@intel.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: xen-devel@lists.xen.org, robert.hu@intel.com Cc: wei.liu2@citrix.com, Ian.Jackson@eu.citrix.com, ian.campbell@citrix.com, di.zheng@intel.com, gordon.jin@intel.com List-Id: xen-devel@lists.xenproject.org Signed-off-by: Robert Ho --- sg-run-job | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sg-run-job b/sg-run-job index 7cb6cac..4ae651d 100755 --- a/sg-run-job +++ b/sg-run-job @@ -69,14 +69,14 @@ proc run-job {job} { per-host-ts broken host-install/@(*) ts-host-install-twice - per-hosts-prep + per-host-prep if {$ok} { catching-otherwise fail run-job/$jobinfo(recipe) } while 1 { per-host-finish - - if {![llength nested_layers_hosts]} break + + if {![llength $nested_layers_hosts]} break per-host-ts . = final-poweroff {ts-host-powercycle --power=0} -- 1.8.3.1