commit | cb1024a699441153518b72780c3e38820f6f3282 | [log] [tgz] |
---|---|---|
author | Alice Ryhl <aliceryhl@google.com> | Wed Jan 31 11:32:17 2024 +0000 |
committer | Alice Ryhl <aliceryhl@google.com> | Wed Jan 31 11:54:38 2024 +0000 |
tree | 2bcda4c01eb54dedc6c0522f83da3a657e6242b8 | |
parent | 6a26c18e0ddca1c2cffbfa8e94880fa194478653 [diff] |
Move config_log_min_level test to its own file Tests in the same file run in the same executable, so they share the logger global. Therefore, one of the two tests will fail on the `assert!(init_result)` because the other test has already set a logger. Test: none Fixes: 323016470 Change-Id: I95c1259e4d696e1b608d66a7b9749f033fdbd067 Signed-off-by: Alice Ryhl <aliceryhl@google.com>