mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
autotest: correct path to source build_sizes.py script
This script is run on the build server from the APM root directory; this bit copies it there before we change branches in the repo
This commit is contained in:
parent
50d30ae045
commit
7bb36a5630
@ -121,12 +121,12 @@ def build_binaries():
|
||||
"board_list.py",
|
||||
"build_binaries_history.py",
|
||||
"build_binaries.py",
|
||||
"build_sizes.py",
|
||||
"build_sizes/build_sizes.py",
|
||||
"generate_manifest.py",
|
||||
"gen_stable.py",
|
||||
]:
|
||||
orig = util.reltopdir('Tools/scripts/%s' % thing)
|
||||
copy = util.reltopdir('./%s' % thing)
|
||||
copy = util.reltopdir('./%s' % os.path.basename(thing))
|
||||
shutil.copy2(orig, copy)
|
||||
|
||||
if util.run_cmd("./build_binaries.py", directory=util.reltopdir('.')) != 0:
|
||||
|
Loading…
Reference in New Issue
Block a user