diff options
| author | bors <bors@rust-lang.org> | 2019-02-08 10:17:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-02-08 10:17:01 +0000 |
| commit | 652ae3fffd71c8ac611fbfaa406f584ac607a0c5 (patch) | |
| tree | e99d17f15ee1aad1574a7116fa5dca43d509560a | |
| parent | 43e04fb5522642b6b5230592934e9ee100f2fd56 (diff) | |
| parent | 57c92696a9727a51831bef53cebc13108a379900 (diff) | |
| download | rust-652ae3fffd71c8ac611fbfaa406f584ac607a0c5.tar.gz rust-652ae3fffd71c8ac611fbfaa406f584ac607a0c5.zip | |
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.
| -rw-r--r-- | src/bootstrap/test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 1a46ebfcabb..bb00f6f6251 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -1383,6 +1383,7 @@ test_book!( RustdocBook, "src/doc/rustdoc", "rustdoc", default=true; RustcBook, "src/doc/rustc", "rustc", default=true; RustByExample, "src/doc/rust-by-example", "rust-by-example", default=false; + EmbeddedBook, "src/doc/embedded-book", "embedded-book", default=false; TheBook, "src/doc/book", "book", default=false; UnstableBook, "src/doc/unstable-book", "unstable-book", default=true; ); |
