]> xenbits.xensource.com Git - osstest.git/commitdiff
sg-run-job: Minor whitespace (formatting) changes
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 21 May 2019 16:35:23 +0000 (17:35 +0100)
committerIan Jackson <iwj@xenproject.org>
Fri, 2 Oct 2020 14:38:01 +0000 (15:38 +0100)
No functional change.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
sg-run-job

index df3d08d0e703b443415d497b2aa4666ce5fb5587..3db05b34c030a79ff4dfe0214b79b035d9d57095 100755 (executable)
@@ -30,12 +30,12 @@ proc per-host-prep {} {
     per-host-ts .       xen-boot/@        ts-host-reboot
 
     per-host-ts .       host-ping-check-xen/@ ts-host-ping-check
-    per-host-ts .       =(*)             {ts-leak-check basis}
+    per-host-ts .       =(*)            { ts-leak-check basis }
 }
 
 proc per-host-finish {} {
     if {[nested-hosts-p]} { set broken fail } { set broken broken }
-    per-host-ts .       =                {ts-leak-check check}
+    per-host-ts .       =               { ts-leak-check check }
     per-host-ts !$broken capture-logs/@(*) ts-logs-capture
 }
 
@@ -96,7 +96,7 @@ proc run-job {job} {
        
        if {![nested-hosts-p]} break
 
-       per-host-ts . final-poweroff {ts-host-powercycle --power=0}
+       per-host-ts . final-poweroff { ts-host-powercycle --power=0 }
 
         set need_xen_hosts [lunappend nested_layers_hosts]
     }
@@ -549,7 +549,7 @@ proc setup-test-pair {} {
     run-ts . =              ts-debian-install      dst_host
     run-ts . =              ts-debian-fixup        dst_host          + debian
     run-ts . =              ts-guests-nbd-mirror + dst_host src_host + debian
-    per-host-ts . =(*)     {ts-leak-check basis}
+    per-host-ts . =(*)    { ts-leak-check basis }
     run-ts . =              ts-guest-start       + src_host          + debian
 }
 proc need-hosts/test-pair {} { return {src_host dst_host} }