Skip to content

Commit f0a410a

Browse files
committed
Fix metadata path
1 parent 15c701e commit f0a410a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/run-kani.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,9 @@ main() {
334334
echo "Running autoharness-analyzer command..."
335335
git clone https://github.com/carolynzech/autoharness_analyzer
336336
cd autoharness_analyzer
337-
cargo run ../metadata /tmp/std_lib_analysis/results/
337+
cargo run \
338+
../target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps/ \
339+
/tmp/std_lib_analysis/results/
338340
fi
339341
}
340342

0 commit comments

Comments
 (0)