raulcd commented on code in PR #45441:
URL: https://github.com/apache/arrow/pull/45441#discussion_r1957870289


##########
ci/scripts/cpp_test.sh:
##########
@@ -89,14 +89,21 @@ pushd ${build_dir}
 if [ -z "${PYTHON}" ] && ! which python > /dev/null 2>&1; then
   export PYTHON="${PYTHON:-python3}"
 fi
-ctest \
+if [ "${ARROW_USE_MESON:-OFF}" = "ON" ]; then
+  ARROW_BUILD_EXAMPLES=OFF # TODO: Remove this
+  meson test \
+    --print-errorlogs \
+    "$@"

Review Comment:
   We aren't building any tests now, are we? On the current CI:
   ```
   + meson test --print-errorlogs
   No tests defined.
   ```



-- 
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]

Reply via email to