Skip to content

Commit 11de874

Browse files
Update cbmc output to be JSON formatted
1 parent 29cb6f9 commit 11de874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cbmc/run_proofs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ exec cbmc stubs/strnlen.c stubs/JSON_SearchT.c stubs/tinycbor.c proofs.c \
2323
--signed-overflow-check --unsigned-overflow-check --pointer-overflow-check \
2424
--conversion-check --undefined-shift-check --enum-range-check \
2525
--pointer-primitive-check --drop-unused-functions --nondet-static \
26-
--unwinding-assertions --c99 --trace "$@" --unwind "$UNWIND_COUNT" \
27-
-DUNWIND_COUNT="$UNWIND_COUNT" >&1 | tee output/latest/html/cbmcOutput.txt
26+
--unwinding-assertions --c99 "$@" --unwind "$UNWIND_COUNT" --json-ui \
27+
-DUNWIND_COUNT="$UNWIND_COUNT" >&1 | tee output/latest/html/run.json

0 commit comments

Comments
 (0)