This website requires JavaScript.
Explore
Help
Sign in
jesus
/
mdbook
Watch
1
Star
0
Fork
You've already forked mdbook
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
5a84d641cd
mdbook
/
tests
/
cli
/
mod.rs
3 lines
20 B
Rust
Raw
Normal View
History
Unescape
Escape
Move cli tests to their own subdir
2021-07-29 14:42:54 -07: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 08:02:53 +01:00
mod
cmd
;
Reference in a new issue
Copy permalink