File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -318,11 +318,6 @@ main() {
318318 popd
319319 rm kani-list.json
320320 elif [[ " $run_command " == " autoharness-analyzer" ]]; then
321- local current_dir=$( pwd)
322- echo " Running Kani's std-analysis command..."
323- pushd scripts/kani-std-analysis
324- ./std-analysis.sh $build_dir
325- popd
326321 echo " Running Kani autoharness codegen command..."
327322 " $kani_path " autoharness -Z autoharness -Z unstable-options --std ./library \
328323 --only-codegen -j --output-format=terse \
@@ -331,6 +326,10 @@ main() {
331326 $command_args \
332327 --enable-unstable \
333328 --cbmc-args --object-bits 12
329+ echo " Running Kani's std-analysis command..."
330+ pushd scripts/kani-std-analysis
331+ ./std-analysis.sh $build_dir
332+ popd
334333 echo " Running autoharness-analyzer command..."
335334 git clone https://github.com/carolynzech/autoharness_analyzer
336335 cd autoharness_analyzer
You can’t perform that action at this time.
0 commit comments