mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
test_apps: don't download partition table in loadable elf test
This commit is contained in:
parent
255dd63122
commit
8a4cc99d90
@ -38,7 +38,7 @@ class SerialThread(object):
|
||||
def test_app_loadable_elf(env, extra_data):
|
||||
|
||||
rel_project_path = os.path.join('tools', 'test_apps', 'system', 'gdb_loadable_elf')
|
||||
app_files = ['gdb_loadable_elf.elf', 'partition_table/partition-table.bin']
|
||||
app_files = ['gdb_loadable_elf.elf']
|
||||
example = ttfw_idf.LoadableElfTestApp(rel_project_path, app_files, target="esp32")
|
||||
idf_path = example.get_sdk_path()
|
||||
proj_path = os.path.join(idf_path, rel_project_path)
|
||||
|
Loading…
Reference in New Issue
Block a user