Skip to content

Commit 8dc2ccc

Browse files
committed
Passing verbosity to the slicer.
1 parent 0bf61d8 commit 8dc2ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security-scanner/analyser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def run_search_for_error_traces(
207207
get_cbmc_pathname() + " " +
208208
cfg["goto_binary_file"] + " " +
209209
" --trace --lazy-methods --json-ui --unwind 10 " +
210-
"--verbosity " + str(1) + " "
210+
"--verbosity " + str(verbosity) + " "
211211
"> \"cbmc_results.json\""
212212
)
213213
prof["calling_cbmc"] = {}

0 commit comments

Comments
 (0)