diff options
| author | Jake Goulding <shepmaster@mac.com> | 2018-03-27 14:20:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-27 14:20:44 -0400 |
| commit | a721176ffe50f43867fa891f7ada9fd2e691dd3e (patch) | |
| tree | ef281de4dbf4ef00393805bafe25a1507e0df81c /src/doc/rustc-dev-guide | |
| parent | 8c7b06d3cbc78f02ae0c3906f8b8e57c8aeb2daf (diff) | |
| parent | 76a80349e9a57bcb8487f815ab9b3189d53a6218 (diff) | |
| download | rust-a721176ffe50f43867fa891f7ada9fd2e691dd3e.tar.gz rust-a721176ffe50f43867fa891f7ada9fd2e691dd3e.zip | |
Merge pull request #103 from gavento/patch-2
Fix a typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -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 |
