Fix: be aggressive on closing to prevent hanging sessiond
[deliverable/lttng-ivc.git] / lttng_ivc / utils / runtime.py
index d8a2de62018e52a8ccffba8b1a90358f392fc129..83d5a29f4e82acd2ca4f687a0a562d6cd556f916 100644 (file)
@@ -268,7 +268,7 @@ class Runtime(object):
 
     def close(self):
         for key, subp in self.__subprocess.items():
-            self.subprocess_terminate(key, check_return=False)
+            self.subprocess_kill(key)
 
         # Always try to remove test module but do not perform check on return
         # value.
This page took 0.024604 seconds and 5 git commands to generate.