From 478fc1653dd4bdec1e7820956d7f1a095e3c0716 Mon Sep 17 00:00:00 2001 From: Ted Pudlik Date: Fri, 24 Sep 2021 17:09:19 -0700 Subject: Update unit_test_server docstrings pw_test_server was renamed to pw_target_runner in https://cs.opensource.google/pigweed/pigweed/+/300dcea444f00c987fc1e6b40c8a3b52c984c68a. No-Docs-Update-Reason: Ironically this is a documentation update. Change-Id: Iaab39c13bb440382337fc1619660df15032b3464 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/62182 Commit-Queue: Ted Pudlik Reviewed-by: Armando Montanez --- pw_arduino_build/py/pw_arduino_build/unit_test_server.py | 2 +- targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/unit_test_server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pw_arduino_build/py/pw_arduino_build/unit_test_server.py b/pw_arduino_build/py/pw_arduino_build/unit_test_server.py index edbae1d76..947b2ae8e 100644 --- a/pw_arduino_build/py/pw_arduino_build/unit_test_server.py +++ b/pw_arduino_build/py/pw_arduino_build/unit_test_server.py @@ -12,7 +12,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations under # the License. -"""Launch a pw_test_server server to use for multi-device testing.""" +"""Launch a pw_target_runner server to use for multi-device testing.""" import argparse import logging diff --git a/targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/unit_test_server.py b/targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/unit_test_server.py index fec6ee2b6..302be222d 100644 --- a/targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/unit_test_server.py +++ b/targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/unit_test_server.py @@ -12,7 +12,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations under # the License. -"""Launch a pw_test_server server to use for multi-device testing.""" +"""Launch a pw_target_runner server to use for multi-device testing.""" import argparse import logging -- cgit v1.2.3