forked from platformio/platformio-core
Fix Unit Test build environment
This commit is contained in:
@ -22,7 +22,7 @@ from platformio import util
|
|||||||
def test_local_env():
|
def test_local_env():
|
||||||
result = util.exec_command(["platformio", "test", "-d",
|
result = util.exec_command(["platformio", "test", "-d",
|
||||||
join("examples", "unit-testing", "calculator"),
|
join("examples", "unit-testing", "calculator"),
|
||||||
"-e", "local"])
|
"-e", "native"])
|
||||||
if result['returncode'] != 1:
|
if result['returncode'] != 1:
|
||||||
pytest.fail(result)
|
pytest.fail(result)
|
||||||
assert all(
|
assert all(
|
||||||
|
Reference in New Issue
Block a user