Skip to content

Commit 00c8a89

Browse files
committed
flush
1 parent 8f4347d commit 00c8a89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

minion-tests/src/master.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ fn execute_single_test(case: &dyn TestCase, exec_opts: ExecuteOptions) -> Outcom
9393

9494
let script_file_path = tmp.path().join("cdb-script.txt");
9595
let logs_path: std::path::PathBuf = format!(".\\strace-ntapi-{}", case.name()).into();
96+
std::fs::create_dir(&logs_path).unwrap();
9697
println!("Saving logs to {}", logs_path.display());
9798
std::fs::write(
9899
&script_file_path,
@@ -103,7 +104,7 @@ fn execute_single_test(case: &dyn TestCase, exec_opts: ExecuteOptions) -> Outcom
103104
"!logexts.logo e t",
104105
"!logexts.logo e v",
105106
"g",
106-
"!logexts.logb p",
107+
"!logexts.logb f",
107108
"q",
108109
]
109110
.join("\n"),

0 commit comments

Comments
 (0)