mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Test: Use correct skip return value
This commit is contained in:
parent
898870f89c
commit
f13635a11a
|
|
@ -10,7 +10,7 @@ try:
|
||||||
import psutil
|
import psutil
|
||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
print("WARNING: Test not running due to missing psutil module")
|
print("WARNING: Test not running due to missing psutil module")
|
||||||
exit(0)
|
exit(77)
|
||||||
|
|
||||||
|
|
||||||
def do_send(port, socks, payload):
|
def do_send(port, socks, payload):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue