ci(semihost_vfs): fixed test case failing due to shell quote issues

This commit is contained in:
Marius Vikhammer
2024-01-16 13:27:51 +08:00
parent 58fb179845
commit 03db29c244

View File

@@ -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,
)