mirror of
https://github.com/espressif/esp-idf.git
synced 2026-02-06 06:18:17 +00:00
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20230921' into 'master'
Feature/update openocd to v0.12.0 esp32 20230921 Closes IDF-7920 See merge request espressif/esp-idf!26316
This commit is contained in:
@@ -48,7 +48,7 @@ def test_gcov(dut: IdfDut, openocd: OpenOcd) -> None:
|
||||
for expect in expect_lines[:]:
|
||||
if expect in line:
|
||||
if expect.endswith('.gcda'): # check file exists
|
||||
file_path = line.split()[-1].strip("'")
|
||||
file_path = line.split()[3].strip("'")
|
||||
assert os.path.isfile(file_path)
|
||||
|
||||
expect_lines.remove(expect)
|
||||
|
||||
Reference in New Issue
Block a user