Skip to content

Commit 64895ee

Browse files
committed
Disable tests
1 parent 1336fb0 commit 64895ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ impl<'a> Builder<'a> {
311311
tool::RustInstaller, tool::Cargo, tool::Rls, tool::Rustdoc, tool::Clippy,
312312
native::Llvm, tool::Rustfmt, tool::Miri, native::Lld),
313313
Kind::Check => describe!(check::Std, check::Test, check::Rustc, check::CodegenBackend),
314-
Kind::Test => describe!(test::Tidy, test::Bootstrap/**/, test::Ui, test::RunPass,
314+
Kind::Test => describe!(test::Tidy, test::Bootstrap/*, test::Ui, test::RunPass,
315315
test::CompileFail, test::ParseFail, test::RunFail, test::RunPassValgrind,
316316
test::MirOpt, test::Codegen, test::CodegenUnits, test::Incremental, test::Debuginfo,
317317
test::UiFullDeps, test::RunPassFullDeps, test::RunFailFullDeps,
@@ -326,7 +326,7 @@ impl<'a> Builder<'a> {
326326
test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme,
327327
test::RustdocUi,
328328
// Run run-make last, since these won't pass without make on Windows
329-
test::RunMake/**/),
329+
test::RunMake*/),
330330
Kind::Bench => describe!(test::Crate, test::CrateLibrustc),
331331
Kind::Doc => describe!(doc::UnstableBook, doc::UnstableBookGen, doc::TheBook,
332332
doc::Standalone, doc::Std, doc::Test, doc::WhitelistedRustc, doc::Rustc,

0 commit comments

Comments
 (0)