mirror of
https://github.com/meshtastic/python.git
synced 2026-04-19 22:37:21 -04:00
fix CI exit code
This commit is contained in:
@@ -174,8 +174,8 @@ def testSimulator():
|
||||
iface.localNode.exitSimulator()
|
||||
iface.close()
|
||||
logging.info("Integration test successful!")
|
||||
sys.exit(0)
|
||||
except:
|
||||
print("Error while testing simulator:", sys.exc_info()[0])
|
||||
traceback.print_exc()
|
||||
sys.exit(1)
|
||||
sys.exit(0)
|
||||
|
||||
Reference in New Issue
Block a user