mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-23 08:33:48 +08:00
Test: Use correct skip return value
This commit is contained in:
@@ -10,7 +10,7 @@ try:
|
||||
import psutil
|
||||
except ModuleNotFoundError:
|
||||
print("WARNING: Test not running due to missing psutil module")
|
||||
exit(0)
|
||||
exit(77)
|
||||
|
||||
|
||||
def do_send(port, socks, payload):
|
||||
|
||||
Reference in New Issue
Block a user