Skip to content

Commit 55cc233

Browse files
doc/getting_started: run pytest with -capture=no for ManualPowerDriver
Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent d2776ca commit 55cc233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ your board (manually) and run your first test:
145145

146146
.. code-block:: bash
147147
148-
labgrid-venv $ pytest --lg-env local.yaml test_shell.py
148+
labgrid-venv $ pytest --lg-env local.yaml --capture=no test_shell.py
149149
150150
It should return successfully, in case it does not, open an `Issue
151151
<https://github.com/labgrid-project/labgrid/issues>`_.

0 commit comments

Comments
 (0)