Skip to content

Commit 652ae3f

Browse files
committed
Auto merge of #58213 - Mark-Simulacrum:fix-checktools, r=alexcrichton
Add embedded book to test such that checktools works r? @alexcrichton FWIW this doesn't attempt to make sure we don't break check tools again -- we intentionally make the bash script not exit when x.py fails so we'd need some special case handling so for now I'm just fixing the bug itself, not its cause.
2 parents 43e04fb + 57c9269 commit 652ae3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1383,6 +1383,7 @@ test_book!(
13831383
RustdocBook, "src/doc/rustdoc", "rustdoc", default=true;
13841384
RustcBook, "src/doc/rustc", "rustc", default=true;
13851385
RustByExample, "src/doc/rust-by-example", "rust-by-example", default=false;
1386+
EmbeddedBook, "src/doc/embedded-book", "embedded-book", default=false;
13861387
TheBook, "src/doc/book", "book", default=false;
13871388
UnstableBook, "src/doc/unstable-book", "unstable-book", default=true;
13881389
);

0 commit comments

Comments
 (0)