From 2b1e80c70defaddcdc6b721577158ec4df8ee96a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 6 Aug 2021 10:00:08 +1000 Subject: [PATCH] Tools: copy board_list.py for build_binaries.py --- Tools/autotest/autotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/autotest.py b/Tools/autotest/autotest.py index 4f0f5f4c2d..620bb7ca1f 100755 --- a/Tools/autotest/autotest.py +++ b/Tools/autotest/autotest.py @@ -116,7 +116,7 @@ def build_binaries(): # copy the script (and various libraries used by the script) as it # changes git branch, which can change the script while running - for thing in "build_binaries.py", "generate_manifest.py", "gen_stable.py", "build_binaries_history.py": + for thing in "build_binaries.py", "generate_manifest.py", "gen_stable.py", "build_binaries_history.py", "board_list.py": orig = util.reltopdir('Tools/scripts/%s' % thing) copy = util.reltopdir('./%s' % thing) shutil.copy2(orig, copy)