Skip to content

Commit

Permalink
print JSON filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech committed Nov 19, 2024
1 parent ba70cad commit 0f30414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kani-driver/src/list/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,7 @@ pub fn json(

serde_json::to_writer_pretty(writer, &json_obj)?;

println!("Wrote results to {}", std::fs::canonicalize(JSON_FILENAME)?.display());

Ok(())
}

0 comments on commit 0f30414

Please sign in to comment.