Skip to content

Commit

Permalink
adapt message-generator-tests.sh for workspace-split
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Jan 10, 2024
1 parent 4e062d1 commit b66442c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message-generator-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
search_dir="../../test/message-generator/test/"
message_generator_dir="./utils/message-generator/"

cargo llvm-cov clean
cd $message_generator_dir
cargo llvm-cov clean

for entry in `ls $search_dir`; do
if [ "$entry" = "interop-jdc-change-upstream.json" ]; then
Expand Down

0 comments on commit b66442c

Please sign in to comment.