This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
mdBook
Watch
2
Star
0
Fork
You've already forked mdBook
0
mirror of
https://github.com/rust-lang/mdBook
synced
2024-12-13 14:22:35 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6df89fbe94
mdBook
/
tests
/
cli
/
mod.rs
5 lines
40 B
Rust
Raw
Normal View
History
Unescape
Escape
Move cli tests to their own subdir
2021-07-29 21:42:54 +00:00
mod
build
;
tests/cli: ignore user's RUST_LOG= environment variable in tests nixpkgs build system sets `RUST_LOG=` (empty value) by default. This switches `mdBook` into warnings+ mode (instead of info+). This causes the following tests to fail: $ RUST_LOG= cargo test --test cli_tests ... cli::test::mdbook_cli_can_correctly_test_a_passing_book cli::test::mdbook_cli_detects_book_with_failing_tests cli::build::mdbook_cli_dummy_book_generates_index_html The change drops RUST_LOG= entry.
2022-03-31 07:02:53 +00:00
mod
cmd
;
fix(cli): init --force skips confirmation prompts
2023-04-04 03:00:40 +00:00
mod
init
;
Move cli tests to their own subdir
2021-07-29 21:42:54 +00:00
mod
test
;
Reference in a new issue
Copy permalink