Skip to content

Commit

Permalink
Ensure that ctest is called with --no-tests=error.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 7, 2024
1 parent beb6c36 commit 48756f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rapids-logger "Run gtests"

cd $CONDA_PREFIX/bin/gtests/librmm/
export GTEST_OUTPUT=xml:${RAPIDS_TESTS_DIR}/
ctest -j20 --output-on-failure
ctest -j20 --output-on-failure --no-tests=error

rapids-logger "Test script exiting with value: $EXITCODE"
exit ${EXITCODE}

0 comments on commit 48756f6

Please sign in to comment.