diff options
| author | Tomáš Gavenčiak <gavento@ucw.cz> | 2018-03-27 20:03:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-27 20:03:56 +0200 |
| commit | 76a80349e9a57bcb8487f815ab9b3189d53a6218 (patch) | |
| tree | ef281de4dbf4ef00393805bafe25a1507e0df81c /src/doc | |
| parent | 8c7b06d3cbc78f02ae0c3906f8b8e57c8aeb2daf (diff) | |
| download | rust-76a80349e9a57bcb8487f815ab9b3189d53a6218.tar.gz rust-76a80349e9a57bcb8487f815ab9b3189d53a6218.zip | |
Fix a typo
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/running.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/running.md b/src/doc/rustc-dev-guide/src/tests/running.md index 84cead4bf57..4e8c7159032 100644 --- a/src/doc/rustc-dev-guide/src/tests/running.md +++ b/src/doc/rustc-dev-guide/src/tests/running.md @@ -13,7 +13,7 @@ a very long time, and anyway bors / travis will do it for you. (Often, I will run this command in the background after opening a PR that I think is done, but rarely otherwise. -nmatsakis) -The test results are cached and previously successfull tests are +The test results are cached and previously successful tests are `ignored` during testing. The stdout/stderr contents as well as a 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 |
