From d7dd369ae036abe2b5caa471afe9108f34f2674c Mon Sep 17 00:00:00 2001 From: Mark Mansi Date: Thu, 20 Feb 2020 10:23:14 -0600 Subject: mention tidy bless --- src/doc/rustc-dev-guide/src/tests/intro.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/doc/rustc-dev-guide') diff --git a/src/doc/rustc-dev-guide/src/tests/intro.md b/src/doc/rustc-dev-guide/src/tests/intro.md index e5b7fcacc3b..6691f2d4e24 100644 --- a/src/doc/rustc-dev-guide/src/tests/intro.md +++ b/src/doc/rustc-dev-guide/src/tests/intro.md @@ -73,6 +73,9 @@ including: Example: `./x.py fmt` runs rustfmt on the codebase. + Example: `./x.py test src/tools/tidy --bless` does formatting before doing + other tidy checks. + - **Unit tests** – The Rust standard library and many of the Rust packages include typical Rust `#[test]` unittests. Under the hood, `x.py` will run `cargo test` on each package to run all the tests. -- cgit 1.4.1-3-g733a5