| Index: client/tests/kvm/kvm_subprocess.py
|
| diff --git a/client/tests/kvm/kvm_subprocess.py b/client/tests/kvm/kvm_subprocess.py
|
| index f815069c36ea2232f100870b45c97c824e4158cd..8321bb3de778f07e33aac5f3f91e63ef2583a257 100755
|
| --- a/client/tests/kvm/kvm_subprocess.py
|
| +++ b/client/tests/kvm/kvm_subprocess.py
|
| @@ -561,6 +561,7 @@ def kill_tail_threads():
|
| for t in threading.enumerate():
|
| if hasattr(t, "name") and t.name.startswith("tail_thread"):
|
| t.join(10)
|
| + _thread_kill_requested = False
|
|
|
|
|
| class kvm_tail(kvm_spawn):
|
|
|