X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fsetup.rs;h=004601cb68b10b1dbc36f2c5e3bb37e7c86af23c;hb=b082e80e20475b1ec5b0bd0dd1dac3e6759c8022;hp=ca4feac6fac70f21e9bbc0accdcc4aee9e910074;hpb=bb6a88ad5edee0812f61b41a5d41ca794eb3f979;p=rust.git diff --git a/src/bootstrap/setup.rs b/src/bootstrap/setup.rs index ca4feac6fac..004601cb68b 100644 --- a/src/bootstrap/setup.rs +++ b/src/bootstrap/setup.rs @@ -144,7 +144,7 @@ pub fn setup(config: &Config, profile: Profile) { Profile::Tools => &[ "check", "build", - "test src/test/rustdoc*", + "test tests/rustdoc*", "test src/tools/clippy", "test src/tools/miri", "test src/tools/rustfmt",