We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5df93 commit 8f0eaf3Copy full SHA for 8f0eaf3
src/tests/running.md
@@ -19,8 +19,10 @@ timestamp file for every test can be found under `build/ARCH/test/`.
19
To force-rerun a test (e.g. in case the test runner fails to notice
20
a change) you can simply remove the timestamp file.
21
22
-Note that some tests require a Python-enabled gdb. If you are building
23
-gdb from source, you need to configure with
+Note that some tests require a Python-enabled gdb. You can test if
+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
26
`--with-python=<path-to-python-binary>`.
27
28
## Running a subset of the test suites
0 commit comments