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