]> granicus.if.org Git - esp-idf/commitdiff
ci: copy flasher_args.json to unit test output folder
authorRenz Christian Bagaporo <renz@espressif.com>
Fri, 1 Feb 2019 07:07:32 +0000 (15:07 +0800)
committerbot <bot@espressif.com>
Thu, 14 Feb 2019 08:33:46 +0000 (08:33 +0000)
tools/unit-test-app/idf_ext.py

index f0f76a52c4cc3036cf20361965a67a616ab6af71..06b843f0108fe7f28fcf238dcaf7f7bd562fba4e 100644 (file)
@@ -215,7 +215,7 @@ def add_action_extensions(base_functions, base_actions):
                     pass
                 shutil.copyfile(partition_table, os.path.join(dest, "partition_table", os.path.basename(partition_table)))
 
-            shutil.copyfile(os.path.join(src, "flash_project_args"), os.path.join(dest, "flash_project_args"))
+            shutil.copyfile(os.path.join(src, "flasher_args.json"), os.path.join(dest, "flasher_args.json"))
 
             binaries = glob.glob(os.path.join(src, "*.bin"))
             binaries = [os.path.basename(s) for s in binaries]