Skip to content

Commit

Permalink
use markdown table format
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech committed Nov 19, 2024
1 parent ec4d909 commit 7e11776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-kani.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ main() {
--cbmc-args --object-bits 12
elif [[ "$run_command" == "list" ]]; then
echo "Running Kani list command..."
"$kani_path" list -Z list -Z function-contracts -Z mem-predicates ./library --std > $path/kani_list.txt
"$kani_path" list -Z list -Z function-contracts -Z mem-predicates ./library --std --format markdown > $path/kani_list.txt
fi
}

Expand Down

0 comments on commit 7e11776

Please sign in to comment.