mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 23:47:52 +08:00
Fix test
This commit is contained in:
@@ -77,7 +77,7 @@ def do_test(proto_ver):
|
||||
#bridge.send(bytes.fromhex("320c00062b2b2b2b2b2b00040033"))
|
||||
#bridge.send(bytes.fromhex("320c00062b2b2b2b2b2b00040033"))
|
||||
mosq_test.do_ping(bridge)
|
||||
except ConnectionResetError:
|
||||
except (ConnectionResetError, BrokenPipeError):
|
||||
#expected behaviour
|
||||
rc = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user