forked from espressif/esp-idf
ci(semihost_vfs): fixed test case failing due to shell quote issues
This commit is contained in:
@@ -34,6 +34,8 @@ def prepare() -> t.Generator[None, None, None]:
|
||||
f'-c \'set ESP_SEMIHOST_BASEDIR "{TEMP_DIR}"\' -f board/esp32-wrover-kit-3.3v.cfg',
|
||||
marks=[pytest.mark.esp32],
|
||||
),
|
||||
], ids=[
|
||||
'esp32',
|
||||
],
|
||||
indirect=True,
|
||||
)
|
||||
|
Reference in New Issue
Block a user