This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
mdBook
Watch
1
Star
0
Fork
You've already forked mdBook
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b5ffc734a2
mdBook
/
tests
/
cli
/
mod.rs
4 lines
30 B
Rust
Raw
Normal View
History
Unescape
Escape
Move cli tests to their own subdir
2021-07-30 05:42:54 +08: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 15:02:53 +08:00
mod
cmd
;
Move cli tests to their own subdir
2021-07-30 05:42:54 +08:00
mod
test
;