Skip to content

Commit

Permalink
analyze: uncomment line in scripts/run_pointwise_metrics.sh (#1087)
Browse files Browse the repository at this point in the history
In #1074, I had commented out a line to speed up testing, and
accidentally left it that way when I merged the branch.
  • Loading branch information
spernsteiner authored Apr 29, 2024
2 parents 03facd3 + 0707049 commit e226aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2rust-analyze/scripts/run_pointwise_metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ case "$project" in
;;

cfs_*)
: cargo run --bin c2rust-analyze --release -- \
cargo run --bin c2rust-analyze --release -- \
--rewrite-mode pointwise --use-manual-shims -- \
build --manifest-path "$MODULE_DIR/Cargo.toml" \
|& tee pointwise-cfs-analyze-$now.log \
Expand Down

0 comments on commit e226aff

Please sign in to comment.