diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-03-10 10:39:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 10:39:05 +0200 |
| commit | e9088e46f91fa3ef4ae8e7bee0d5190fa627734f (patch) | |
| tree | b8be87a3755f713cbb14f5df219869e0afb25785 | |
| parent | 7384623d9732b5e5557af2389c573b333392280f (diff) | |
| parent | f2e77353be1dc6050b17973a73fa9d49e9c0c0ff (diff) | |
| download | rust-e9088e46f91fa3ef4ae8e7bee0d5190fa627734f.tar.gz rust-e9088e46f91fa3ef4ae8e7bee0d5190fa627734f.zip | |
Merge pull request #2275 from rust-lang/tshepang-patch-2
add a pause, for readability
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/running.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/running.md b/src/doc/rustc-dev-guide/src/tests/running.md index 16cf8dad39d..05a56579108 100644 --- a/src/doc/rustc-dev-guide/src/tests/running.md +++ b/src/doc/rustc-dev-guide/src/tests/running.md @@ -112,8 +112,8 @@ crates, you have to specify those explicitly. ./x test --stage 1 library/std ``` -By listing which test suites you want to run you avoid having to run tests for -components you did not change at all. +By listing which test suites you want to run, +you avoid having to run tests for components you did not change at all. <div class="warning"> Note that bors only runs the tests with the full stage 2 build; therefore, while |
