Tests should exit gracefully rather than being terminated.

This commit is contained in:
Roger A. Light
2022-01-30 23:48:09 +00:00
parent 306215db39
commit 92c6fcf547
66 changed files with 212 additions and 102 deletions

View File

@@ -53,7 +53,6 @@ try:
except mosq_test.TestError:
pass
finally:
client.terminate()
client.wait()
if rc:
(stdo, stde) = client.communicate()