Skip to content

Commit

Permalink
Fix test running
Browse files Browse the repository at this point in the history
  • Loading branch information
yzsolt committed Mar 18, 2021
1 parent f87b5eb commit 8352baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ done

rm -rf quick-protobuf/examples/pb_rs_v3/owned
mkdir -p quick-protobuf/examples/pb_rs_v3/owned
cargo run -p pb-rs quick-protobuf/examples/pb_rs_v3/*.proto \
cargo run -p pb-rs -- quick-protobuf/examples/pb_rs_v3/*.proto \
-I quick-protobuf/examples/pb_rs_v3 \
--owned \
--output_directory quick-protobuf/examples/pb_rs_v3/owned
Expand Down

0 comments on commit 8352baa

Please sign in to comment.