]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #89520 - GuillaumeGomez:cache-rustdoc-gui-test, r=Mark-Simulacrum
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 10 Oct 2021 16:22:20 +0000 (18:22 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Oct 2021 16:22:20 +0000 (18:22 +0200)
commitf1d0ce70b6fec227123443416c61d6061202f731
tree4b1c1fcd01042757dd94137fad28d1539fb7066d
parent06cfd0af48d5e32a8b88c50c65bf46518d217e4e
parentd26e192edd6dadd7bfb2a582933d20422d2cd862
Rollup merge of #89520 - GuillaumeGomez:cache-rustdoc-gui-test, r=Mark-Simulacrum

Don't rebuild GUI test crates every time you run test src/test/rustdoc-gui

This method has multiple advantages:

 * It'll completely remove the rustdoc-GUI test doc folder if rustdoc was updated
 * It'll rebuild GUI test crates only they have been updated

All in all, it's quite convenient! (even more with https://github.com/rust-lang/rust/pull/88816)

r? ```@Mark-Simulacrum```
src/bootstrap/test.rs