mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-05 18:50:06 +08:00
Tests should exit gracefully rather than being terminated.
This commit is contained in:
@@ -53,7 +53,6 @@ try:
|
||||
except mosq_test.TestError:
|
||||
pass
|
||||
finally:
|
||||
client.terminate()
|
||||
client.wait()
|
||||
if rc:
|
||||
(stdo, stde) = client.communicate()
|
||||
|
||||
Reference in New Issue
Block a user