mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-08-18 01:48:32 +08:00
Fix test
This commit is contained in:
+4
-1
@@ -148,4 +148,7 @@ class PTest():
|
||||
out.write(json.dumps(failed_tests_output))
|
||||
sys.exit(1)
|
||||
else:
|
||||
os.remove("failed-tests.json")
|
||||
try:
|
||||
os.remove("failed-tests.json")
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user