mirror of
https://github.com/platformio/platformio-core.git
synced 2026-04-28 18:12:05 +02:00
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