Home
last modified time | relevance | path

Searched refs:temp_log_dir (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/fern-0.6.0/tests/
H A Dfile_logging.rs13 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
14 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
37 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
65 temp_log_dir in test_basic_logging_file_logging()
73 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
74 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
98 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
107 temp_log_dir in test_custom_line_separators()
H A Dreopen_logging.rs14 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_reopen_logging() localVariable
15 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_reopen_logging()
38 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_reopen_logging()
66 temp_log_dir in test_basic_logging_reopen_logging()
74 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
75 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
99 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
108 temp_log_dir in test_custom_line_separators()
H A Dmeta_logging.rs39 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in file_deadlock() localVariable
40 let log_file = temp_log_dir.path().join("test.log"); in file_deadlock()
68 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in file_deadlock()
83 temp_log_dir in file_deadlock()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/fern-0.6.0/tests/
H A Dfile_logging.rs13 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
14 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
37 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
65 temp_log_dir in test_basic_logging_file_logging()
73 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
74 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
98 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
107 temp_log_dir in test_custom_line_separators()
H A Dreopen_logging.rs14 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_reopen_logging() localVariable
15 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_reopen_logging()
38 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_reopen_logging()
66 temp_log_dir in test_basic_logging_reopen_logging()
74 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
75 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
99 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
108 temp_log_dir in test_custom_line_separators()
H A Dmeta_logging.rs39 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in file_deadlock() localVariable
40 let log_file = temp_log_dir.path().join("test.log"); in file_deadlock()
68 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in file_deadlock()
83 temp_log_dir in file_deadlock()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/fern-0.6.0/tests/
H A Dfile_logging.rs13 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
14 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
37 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
65 temp_log_dir in test_basic_logging_file_logging()
73 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
74 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
98 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
107 temp_log_dir in test_custom_line_separators()
H A Dreopen_logging.rs14 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_reopen_logging() localVariable
15 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_reopen_logging()
38 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_reopen_logging()
66 temp_log_dir in test_basic_logging_reopen_logging()
74 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
75 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
99 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
108 temp_log_dir in test_custom_line_separators()
H A Dmeta_logging.rs39 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in file_deadlock() localVariable
40 let log_file = temp_log_dir.path().join("test.log"); in file_deadlock()
68 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in file_deadlock()
83 temp_log_dir in file_deadlock()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/fern-0.6.0/tests/
H A Dfile_logging.rs13 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
14 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
37 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
65 temp_log_dir in test_basic_logging_file_logging()
73 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
74 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
98 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
107 temp_log_dir in test_custom_line_separators()
H A Dreopen_logging.rs14 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_reopen_logging() localVariable
15 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_reopen_logging()
38 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_reopen_logging()
66 temp_log_dir in test_basic_logging_reopen_logging()
74 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
75 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
99 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
108 temp_log_dir in test_custom_line_separators()
H A Dmeta_logging.rs39 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in file_deadlock() localVariable
40 let log_file = temp_log_dir.path().join("test.log"); in file_deadlock()
68 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in file_deadlock()
83 temp_log_dir in file_deadlock()
/dports/net/routinator/routinator-0.10.2/cargo-crates/fern-0.6.0/tests/
H A Dfile_logging.rs13 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
14 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
37 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
65 temp_log_dir in test_basic_logging_file_logging()
73 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
74 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
98 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
107 temp_log_dir in test_custom_line_separators()
H A Dreopen_logging.rs14 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_reopen_logging() localVariable
15 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_reopen_logging()
38 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_reopen_logging()
66 temp_log_dir in test_basic_logging_reopen_logging()
74 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
75 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
99 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
108 temp_log_dir in test_custom_line_separators()
/dports/editors/helix/helix-0.5.0/cargo-crates/fern-0.6.0/tests/
H A Dfile_logging.rs13 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
14 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
37 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
65 temp_log_dir in test_basic_logging_file_logging()
73 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
74 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
98 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
107 temp_log_dir in test_custom_line_separators()
H A Dreopen_logging.rs14 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_reopen_logging() localVariable
15 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_reopen_logging()
38 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_reopen_logging()
66 temp_log_dir in test_basic_logging_reopen_logging()
74 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
75 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
99 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
108 temp_log_dir in test_custom_line_separators()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/fern-0.5.8/tests/
H A Dfile_logging.rs18 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
19 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
42 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
70 temp_log_dir in test_basic_logging_file_logging()
78 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
79 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
100 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
109 temp_log_dir in test_custom_line_separators()
/dports/net/krill/krill-0.9.4/cargo-crates/fern-0.5.9/tests/
H A Dfile_logging.rs13 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
14 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
37 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
65 temp_log_dir in test_basic_logging_file_logging()
73 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
74 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
98 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
107 temp_log_dir in test_custom_line_separators()
H A Dreopen_logging.rs14 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_reopen_logging() localVariable
15 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_reopen_logging()
38 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_reopen_logging()
66 temp_log_dir in test_basic_logging_reopen_logging()
74 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
75 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
99 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
108 temp_log_dir in test_custom_line_separators()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/fern-0.6.0/tests/
H A Dfile_logging.rs13 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
14 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
37 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
65 temp_log_dir in test_basic_logging_file_logging()
73 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
74 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
98 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
107 temp_log_dir in test_custom_line_separators()
H A Dreopen_logging.rs14 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_reopen_logging() localVariable
15 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_reopen_logging()
38 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_reopen_logging()
66 temp_log_dir in test_basic_logging_reopen_logging()
74 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
75 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
99 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
108 temp_log_dir in test_custom_line_separators()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/fern-0.6.0/tests/
H A Dfile_logging.rs13 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
14 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
37 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
65 temp_log_dir in test_basic_logging_file_logging()
73 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
74 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
98 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
107 temp_log_dir in test_custom_line_separators()
H A Dreopen_logging.rs14 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_reopen_logging() localVariable
15 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_reopen_logging()
38 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_reopen_logging()
66 temp_log_dir in test_basic_logging_reopen_logging()
74 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
75 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
99 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
108 temp_log_dir in test_custom_line_separators()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/fern-0.6.0/tests/
H A Dfile_logging.rs13 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_file_logging() localVariable
14 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_file_logging()
37 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_file_logging()
65 temp_log_dir in test_basic_logging_file_logging()
73 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
74 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
98 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
107 temp_log_dir in test_custom_line_separators()
H A Dreopen_logging.rs14 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_basic_logging_reopen_logging() localVariable
15 let log_file = temp_log_dir.path().join("test.log"); in test_basic_logging_reopen_logging()
38 let mut log_read = fs::File::open(&temp_log_dir.path().join("test.log")).unwrap(); in test_basic_logging_reopen_logging()
66 temp_log_dir in test_basic_logging_reopen_logging()
74 let temp_log_dir = tempdir::TempDir::new("fern").expect("Failed to set up temporary directory"); in test_custom_line_separators() localVariable
75 let log_file = temp_log_dir.path().join("test_custom_line_sep.log"); in test_custom_line_separators()
99 fs::File::open(&temp_log_dir.path().join("test_custom_line_sep.log")).unwrap(); in test_custom_line_separators()
108 temp_log_dir in test_custom_line_separators()

12