forked from platformio/platformio-core
Fix invalid build status for unit test when remote is used
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user