Skip to content

Commit 10d0ee9

Browse files
committed
Avoid dummy crate
1 parent f0a410a commit 10d0ee9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

scripts/run-kani.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)