mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 00:00:35 +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