diff --git a/platformio/commands/test/embedded.py b/platformio/commands/test/embedded.py index dc0d9ef0..6f47eafc 100644 --- a/platformio/commands/test/embedded.py +++ b/platformio/commands/test/embedded.py @@ -46,7 +46,7 @@ class EmbeddedTestProcessor(TestProcessorBase): return False if self.options["without_testing"]: - return None + return True self.print_progress("Testing...") return self.run()