Skip to content

Commit 8f4347d

Browse files
committed
fix
1 parent e1ef423 commit 8f4347d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minion-tests/src/master.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fn execute_single_test(case: &dyn TestCase, exec_opts: ExecuteOptions) -> Outcom
9292
cmd.arg("-o");
9393

9494
let script_file_path = tmp.path().join("cdb-script.txt");
95-
let logs_path = tmp.path().join(format!("strace-ntapi-{}", case.name()));
95+
let logs_path: std::path::PathBuf = format!(".\\strace-ntapi-{}", case.name()).into();
9696
println!("Saving logs to {}", logs_path.display());
9797
std::fs::write(
9898
&script_file_path,

0 commit comments

Comments
 (0)