diff options
author | Skyler Hawthorne | 2022-08-29 03:23:00 +0000 |
---|---|---|
committer | Skyler Hawthorne | 2022-10-19 02:31:39 +0000 |
commit | 6cffc7f05d0ca983690b46300cc82933389172c8 (patch) | |
tree | c75c89d0e7ae2b00cdb97db9f30e50d0ddef1a24 /docs | |
parent | 57de4e62519a59aece104867569c2b9ad044af54 (diff) |
Add note about log level for integration tests
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 353cb4fd..491cd424 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -35,7 +35,8 @@ to `cargo install` anything either). Integration tests for helix-term can be run with `cargo integration-test`. Code contributors are strongly encouraged to write integration tests for their code. Existing tests can be used as examples. Helpers can be found in -[helpers.rs][helpers.rs] +[helpers.rs][helpers.rs]. The log level can be set with the `HELIX_LOG_LEVEL` +environment variable, e.g. `HELIX_LOG_LEVEL=debug cargo integration-test`. ## Minimum Stable Rust Version (MSRV) Policy |