Skip to content

Commit

Permalink
fix info by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kiszk committed Dec 1, 2024
1 parent cf79800 commit 9ab7b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/java_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
if [ "${#projects[@]}" -gt 0 ]; then
${mvn} clean test \
-Parrow-jni \
-pl "$(IFS=,; echo \"${projects[*]}\")" \
-pl "$(IFS=,; echo \""${projects[*]}"\")" \
-Darrow.cpp.build.dir="${java_jni_dist_dir}"
fi

Expand Down

0 comments on commit 9ab7b34

Please sign in to comment.