mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
mavsdk_tests: return error if not ready
This commit is contained in:
@@ -190,7 +190,7 @@ def main():
|
||||
args = parser.parse_args()
|
||||
|
||||
if not is_everything_ready():
|
||||
return
|
||||
return 1
|
||||
|
||||
overall_success = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user