@@ -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} }
No functional change. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> --- sg-run-job | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)