From 03db29c2443028f52e391486596607c47d0488d7 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Tue, 16 Jan 2024 13:27:51 +0800 Subject: [PATCH] ci(semihost_vfs): fixed test case failing due to shell quote issues --- examples/storage/semihost_vfs/pytest_semihost_vfs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/storage/semihost_vfs/pytest_semihost_vfs.py b/examples/storage/semihost_vfs/pytest_semihost_vfs.py index 03dd2acdb2..aff2e51227 100644 --- a/examples/storage/semihost_vfs/pytest_semihost_vfs.py +++ b/examples/storage/semihost_vfs/pytest_semihost_vfs.py @@ -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, )