Signed-off-by: Robert Ho <robert...@intel.com>
---
 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


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to