Skip to content

Commit

Permalink
Run arrow-s3fs-test directly to get progress output
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 24, 2024
1 parent ef7b62a commit a021011
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions ci/scripts/cpp_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,15 @@ pushd ${build_dir}
if [ -z "${PYTHON}" ] && ! which python > /dev/null 2>&1; then
export PYTHON="${PYTHON:-python3}"
fi
ctest \
--label-regex unittest \
--output-on-failure \
--parallel ${n_jobs} \
--repeat until-pass:3 \
--timeout ${ARROW_CTEST_TIMEOUT:-300} \
"${ctest_options[@]}" \
"$@"
# ctest \
# --label-regex unittest \
# --output-on-failure \
# --parallel ${n_jobs} \
# --repeat until-pass:3 \
# --timeout ${ARROW_CTEST_TIMEOUT:-300} \
# "${ctest_options[@]}" \
# "$@"
${binary_output_dir}/arrow-s3fs-test

if [ "${ARROW_BUILD_EXAMPLES}" == "ON" ]; then
examples=$(find ${binary_output_dir} -executable -name "*example")
Expand Down

0 comments on commit a021011

Please sign in to comment.