[tck PATCH 2/3] hooks: Refresh the service status after performing an action

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Presumably, the original intent of the code was to query the status of
the service to refresh the internal state variable, but the intended
method was never called because of a typo.
---
 lib/Sys/Virt/TCK/Hooks.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Sys/Virt/TCK/Hooks.pm b/lib/Sys/Virt/TCK/Hooks.pm
index ef3403d..a3615e4 100644
--- a/lib/Sys/Virt/TCK/Hooks.pm
+++ b/lib/Sys/Virt/TCK/Hooks.pm
@@ -263,7 +263,7 @@ sub service_libvirtd {
 
     die "failed on $action daemon" if system $cmd;
 
-    $self->libvirtd_status;
+    $self->libvirtd_status();
 }
 
 sub compare_log {
-- 
2.23.0

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list





[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux