Skip to content

Commit fef4e96

Browse files
committed
Fix path
1 parent c2dd4da commit fef4e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-kani.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ main() {
328328
--cbmc-args --object-bits 12
329329
# remove metadata file for Kani-generated "dummy" crate that we won't
330330
# get scanner data for
331-
rm ../target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps/dummy-*
331+
rm target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps/dummy-*
332332
echo "Running Kani's std-analysis command..."
333333
pushd scripts/kani-std-analysis
334334
./std-analysis.sh $build_dir

0 commit comments

Comments
 (0)