mdBook/tests
Sergei Trofimovich 2a2b51c8ab 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-04-01 08:15:18 +01:00
..
cli tests/cli: ignore user's RUST_LOG= environment variable in tests 2022-04-01 08:15:18 +01:00
dummy_book search: fix anchor ids for duplicate headers 2022-02-18 16:20:05 +00:00
summary_md_files Rewrote summary parser from a state machine to use recursive descent 2017-12-11 15:17:20 +11:00
alternative_backends.rs Fix relative paths for renderer commands. 2020-12-30 17:46:29 -08:00
build_process.rs Transition to 2018 edition (#933) 2019-05-25 20:50:41 +02:00
cli_tests.rs Move cli tests to their own subdir 2021-09-26 11:29:36 -07:00
custom_preprocessors.rs Transition to 2018 edition (#933) 2019-05-25 20:50:41 +02:00
init.rs Change `init --theme` to place theme in root. (#1432) 2021-01-07 01:29:38 +01:00
parse_existing_summary_files.rs Update dependencies. (#1211) 2020-05-20 23:32:00 +02:00
rendered_output.rs Merge pull request #1749 from tommilligan/unique-search-anchors 2022-03-28 12:44:20 -07:00
searchindex_fixture.json search: fix anchor ids for duplicate headers 2022-02-18 16:20:05 +00:00
testing.rs When this test fails, print out why to assist in debugging 2019-08-12 09:50:54 -04:00