Merge pull request #2275 from rust-lang/tshepang-patch-2
add a pause, for readability
This commit is contained in:
commit
6e008e3574
|
|
@ -112,8 +112,8 @@ crates, you have to specify those explicitly.
|
||||||
./x test --stage 1 library/std
|
./x test --stage 1 library/std
|
||||||
```
|
```
|
||||||
|
|
||||||
By listing which test suites you want to run you avoid having to run tests for
|
By listing which test suites you want to run,
|
||||||
components you did not change at all.
|
you avoid having to run tests for components you did not change at all.
|
||||||
|
|
||||||
<div class="warning">
|
<div class="warning">
|
||||||
Note that bors only runs the tests with the full stage 2 build; therefore, while
|
Note that bors only runs the tests with the full stage 2 build; therefore, while
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue