Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List Subcommand Improvements #3729

Merged
merged 7 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
write JSON filepath
  • Loading branch information
carolynzech committed Nov 19, 2024
commit 0ffbd4ce336e0641043ac1fb9cbbed997d36b3de
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 list results to {}", std::fs::canonicalize(JSON_FILENAME)?.display());
carolynzech marked this conversation as resolved.
Show resolved Hide resolved

Ok(())
}