From fa11217da72fc403b94e9574f4f4e6ec506e5353 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 2 Nov 2016 18:53:03 +0200 Subject: [PATCH] Fix Unit Test build environment --- tests/commands/test_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/test_test.py b/tests/commands/test_test.py index 5147f941..e7086290 100644 --- a/tests/commands/test_test.py +++ b/tests/commands/test_test.py @@ -22,7 +22,7 @@ from platformio import util def test_local_env(): result = util.exec_command(["platformio", "test", "-d", join("examples", "unit-testing", "calculator"), - "-e", "local"]) + "-e", "native"]) if result['returncode'] != 1: pytest.fail(result) assert all(