Skip to content

Commit

Permalink
Change output-format to terse
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Sep 6, 2024
1 parent 614af49 commit 9ba9aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-kani.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ main() {

echo "Running Kani verify-std command..."
cd $current_dir
"$kani_path" verify-std -Z unstable-options ./library --target-dir "$temp_dir_target" -Z function-contracts -Z mem-predicates
"$kani_path" verify-std -Z unstable-options ./library --target-dir "$temp_dir_target" -Z function-contracts -Z mem-predicates --output-format=terse
}

main

0 comments on commit 9ba9aae

Please sign in to comment.