diff options
| author | Edd Barrett <vext01@gmail.com> | 2018-11-27 13:31:38 +0000 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-12-03 12:07:30 -0600 |
| commit | 802d3cc665f98f5367b67b6829e24e8466423055 (patch) | |
| tree | 0006118f5388df3d0761aad6085629d98a1bf920 /src/doc/rustc-dev-guide | |
| parent | 1d99fdb8ef8a4da833a0825bb6d76dae7d1671c0 (diff) | |
| download | rust-802d3cc665f98f5367b67b6829e24e8466423055.tar.gz rust-802d3cc665f98f5367b67b6829e24e8466423055.zip | |
Mention that tests need a Python-enabled gdb.
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/running.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/running.md b/src/doc/rustc-dev-guide/src/tests/running.md index f8889c8a4b3..ceabe3a6906 100644 --- a/src/doc/rustc-dev-guide/src/tests/running.md +++ b/src/doc/rustc-dev-guide/src/tests/running.md @@ -19,6 +19,10 @@ timestamp file for every test can be found under `build/ARCH/test/`. To force-rerun a test (e.g. in case the test runner fails to notice a change) you can simply remove the timestamp file. +Note that some tests require a Python-enabled gdb. If you are building +gdb from source, you need to configure with +`--with-python=<path-to-python-binary>`. + ## Running a subset of the test suites When working on a specific PR, you will usually want to run a smaller |
