mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Fix test on Win
This commit is contained in:
@ -55,6 +55,6 @@ def test_unrecognized_options(
|
||||
)
|
||||
with pytest.raises(
|
||||
AssertionError,
|
||||
match=("openocd: unrecognized option"),
|
||||
match=(r"openocd: (unrecognized|unknown) option"),
|
||||
):
|
||||
validate_cliresult(result)
|
||||
|
Reference in New Issue
Block a user