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


##########
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:
   For now we aren't actually building any tests - just creating an MRE for 
Meson with libarrow



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