aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorTed Pudlik <tpudlik@google.com>2021-09-24 17:09:19 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-09-28 17:28:57 +0000
commit478fc1653dd4bdec1e7820956d7f1a095e3c0716 (patch)
tree07aa46cb53b119e7c47ccf57eb8de6e3b63cafc7 /targets
parent509537ae3b73c8273d3042bfc1323410573a15b6 (diff)
downloadpigweed-478fc1653dd4bdec1e7820956d7f1a095e3c0716.tar.gz
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 <tpudlik@google.com> Reviewed-by: Armando Montanez <amontanez@google.com>
Diffstat (limited to 'targets')
-rw-r--r--targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/unit_test_server.py2
1 files changed, 1 insertions, 1 deletions
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