[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 3/3] Toolstack/xl: Wrap a long command
No functional change. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Osstest/Toolstack/xl.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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($$) { -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |