We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dbe33 commit d3a1cabCopy full SHA for d3a1cab
tests/difftests/runner/src/runner.rs
@@ -272,6 +272,9 @@ impl Runner {
272
fs::write(&config_file, &config_json)?;
273
trace!("Config file created at {}", config_file.display());
274
275
+ fs::write(&temp_output_path, [])?;
276
+ trace!("Output file created at {}", temp_output_path.display());
277
+
278
let mut cmd = Command::new("cargo");
279
cmd.arg("run").arg("--release").arg("--manifest-path").arg(
280
manifest_path
0 commit comments