Added new "pio run --monitor-port" option to specify custom device monitor port to the "monitor" target // Resolve #4337

This commit is contained in:
Ivan Kravets
2022-06-29 22:46:53 +03:00
parent 6bec593b93
commit 401f8a4891
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class TestDirNotExistsError(UnitTestError, UserSideException):
MESSAGE = (
"A test folder '{0}' does not exist.\nPlease create 'test' "
"directory in the project root and put a test set.\n"
"directory in the project root and put a test suite.\n"
"More details about Unit "
"Testing: https://docs.platformio.org/en/latest/advanced/"
"unit-testing/index.html"