Skip to content

Commit

Permalink
Added comment, lets CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Aghili committed Oct 24, 2024
1 parent 8dfde5d commit f6b1527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kani-driver/src/harness_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl KaniSession {

fn result_output_dir(&self) -> Result<PathBuf> {
let target_dir = self.args.target_dir.clone().map_or_else(current_dir, Ok)?;
Ok(target_dir.join("result_output_dir"))
Ok(target_dir.join("result_output_dir")) //Hardcode output to result_output_dir, may want to make it adjustable?
}

/// Run the verification process for a single harness
Expand Down

0 comments on commit f6b1527

Please sign in to comment.