diff --git a/ci/test_cpp.sh b/ci/test_cpp.sh index 30172b76f01..7119a79f4de 100755 --- a/ci/test_cpp.sh +++ b/ci/test_cpp.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# Copyright (c) 2022-2024, NVIDIA CORPORATION. source "$(dirname "$0")/test_cpp_common.sh" @@ -12,14 +12,14 @@ export GTEST_OUTPUT=xml:${RAPIDS_TESTS_DIR}/ pushd $CONDA_PREFIX/bin/gtests/libcudf/ rapids-logger "Run libcudf gtests" -ctest -j20 --output-on-failure +ctest -j20 --output-on-failure --no-tests=error SUITEERROR=$? popd if (( ${SUITEERROR} == 0 )); then pushd $CONDA_PREFIX/bin/gtests/libcudf_kafka/ rapids-logger "Run libcudf_kafka gtests" - ctest -j20 --output-on-failure + ctest -j20 --output-on-failure --no-tests=error SUITEERROR=$? popd fi