kou commented on code in PR #47837:
URL: https://github.com/apache/arrow/pull/47837#discussion_r2437967385
##########
ci/scripts/cpp_test.sh:
##########
@@ -105,9 +105,11 @@ fi
if [ "${ARROW_USE_MESON:-OFF}" = "ON" ]; then
ARROW_BUILD_EXAMPLES=OFF # TODO: Remove this
meson test \
+ --max-lines=0 \
Review Comment:
I'm not familiar with this option but does this disable log output on
failure?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]