Skip to content

Commit 7e11776

Browse files
committed
use markdown table format
1 parent ec4d909 commit 7e11776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-kani.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ main() {
205205
--cbmc-args --object-bits 12
206206
elif [[ "$run_command" == "list" ]]; then
207207
echo "Running Kani list command..."
208-
"$kani_path" list -Z list -Z function-contracts -Z mem-predicates ./library --std > $path/kani_list.txt
208+
"$kani_path" list -Z list -Z function-contracts -Z mem-predicates ./library --std --format markdown > $path/kani_list.txt
209209
fi
210210
}
211211

0 commit comments

Comments
 (0)