Skip to content

Commit c6c856b

Browse files
Marti BolivarMaureenHelm
authored andcommitted
scripts: west: cherry-pick upstream 321ab2e17
Bring in the changes from upstream 321ab2e17 ("runner: core: fix docstrings for ReST integration"). This is a minimal change necessary to avoid documentation build issues. The rest of West has gained other features that are too late to pull in to the RC period, so just bring in what's needed to get to v1.12. Signed-off-by: Marti Bolivar <[email protected]>
1 parent f825169 commit c6c856b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/meta/west/runner/core.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,9 @@ def run_server_and_client(self, server, client):
411411
412412
This routine portably:
413413
414-
- creates a Popen object for the `server' command which ignores SIGINT
415-
- runs `client' in a subprocess while temporarily ignoring SIGINT
414+
- creates a Popen object for the ``server`` command which ignores
415+
SIGINT
416+
- runs ``client`` in a subprocess while temporarily ignoring SIGINT
416417
- cleans up the server after the client exits.
417418
418419
It's useful to e.g. open a GDB server and client.'''

0 commit comments

Comments
 (0)