mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
autotest: fixed copy of gen_stable.py
This commit is contained in:
parent
d1f7485e14
commit
0cbc612ef6
@ -111,6 +111,11 @@ def build_binaries():
|
||||
copy_gm = util.reltopdir('./generate_manifest.py')
|
||||
shutil.copy2(orig_gm, copy_gm)
|
||||
|
||||
# and gen_stable.py
|
||||
orig_gs = util.reltopdir('Tools/scripts/gen_stable.py')
|
||||
copy_gs = util.reltopdir('./gen_stable.py')
|
||||
shutil.copy2(orig_gs, copy_gs)
|
||||
|
||||
if util.run_cmd(copy, directory=util.reltopdir('.')) != 0:
|
||||
print("Failed build_binaries.py")
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user