Skip to content

Commit 87830ff

Browse files
vext01mark-i-m
authored andcommitted
Provide a Python example.
1 parent 8f0eaf3 commit 87830ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tests/running.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ a change) you can simply remove the timestamp file.
2121

2222
Note that some tests require a Python-enabled gdb. You can test if
2323
your gdb install supports Python by using the `python` command from
24-
within gdb (type some Python code followed by `CTRL+D` to execute it).
25-
If you are building gdb from source, you need to configure with
24+
within gdb. Once invoked you can type some Python code (e.g.
25+
`print("hi")`) followed by return and then `CTRL+D` to execute it.
26+
If you are building gdb from source, you will need to configure with
2627
`--with-python=<path-to-python-binary>`.
2728

2829
## Running a subset of the test suites

0 commit comments

Comments
 (0)