Message ID | 20191021151615.30367-3-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [OSSTEST,1/3] cs-adjust-flight: Provide runvar-set-default | expand |
diff --git a/Osstest/Toolstack/xl.pm b/Osstest/Toolstack/xl.pm index d31af8c0..85972753 100644 --- a/Osstest/Toolstack/xl.pm +++ b/Osstest/Toolstack/xl.pm @@ -78,7 +78,8 @@ sub shutdown_wait ($$$) { my $gn = $gho->{Name}; my $acpi_fallback = guest_var($gho,'acpi_shutdown','false') eq 'true' && $self->{Name} eq 'xl' ? "F" : ""; - target_cmd_root($ho,"$self->{_Command} shutdown -w${acpi_fallback} $gn", $timeout); + target_cmd_root($ho,"$self->{_Command} shutdown -w${acpi_fallback} $gn", + $timeout); } sub _check_for_command($$) {
No functional change. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> --- Osstest/Toolstack/xl.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)