Skip to content

Commit

Permalink
remove silly note:
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Sep 7, 2018
1 parent f3b63b4 commit 80f26c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/how-to-build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ using `--keep-stage 1`** -- for example, strange [ICEs](appendix/glossary.html)
panics. In that case, you should simply remove the `--keep-stage 1`
from the command and rebuild. That ought to fix the problem.

Note: you can also use `--keep-stage 1` when running tests. Something like this:
You can also use `--keep-stage 1` when running tests. Something like
this:

- Initial test run: `./x.py test -i --stage 1 src/test/ui`
- Subsequent test run: `./x.py test -i --stage 1 src/test/ui --keep-stage 1`
Expand Down

0 comments on commit 80f26c7

Please sign in to comment.