We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0eaf3 commit 87830ffCopy full SHA for 87830ff
src/tests/running.md
@@ -21,8 +21,9 @@ a change) you can simply remove the timestamp file.
21
22
Note that some tests require a Python-enabled gdb. You can test if
23
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
+within gdb. Once invoked you can type some Python code (e.g.
+`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
27
`--with-python=<path-to-python-binary>`.
28
29
## Running a subset of the test suites
0 commit comments