autotest: try to fix build of binaries
This commit is contained in:
parent
20cf326093
commit
168f4e52cf
@ -207,7 +207,8 @@ def binary_path(step, debug=False):
|
||||
elif step.find("QuadPlane") != -1:
|
||||
binary_name = "arduplane"
|
||||
else:
|
||||
raise(ValueError("Unable to determine binary name for step %s" % (step,)))
|
||||
# cope with builds that don't have a specific binary
|
||||
return None
|
||||
|
||||
if debug:
|
||||
binary_basedir = "sitl-debug"
|
||||
|
Loading…
Reference in New Issue
Block a user