Skip to content

Commit cd4c7b5

Browse files
authored
Document how to run test inside of LLDB (#170)
2 parents fc99ef4 + 5611639 commit cd4c7b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spin/cmds/meson.py

+4
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@ def test(ctx, pytest_args, n_jobs, tests, verbose, coverage=False, gcov=False):
302302
303303
spin test -j auto
304304
305+
To run a test inside of LLDB:
306+
307+
spin lldb -- python -mspin test ...
308+
305309
For more, see `pytest --help`.
306310
""" # noqa: E501
307311
cfg = get_config()

0 commit comments

Comments
 (0)