Skip to content

Commit

Permalink
Ensure that ctest is called with --no-tests=error. (#2163)
Browse files Browse the repository at this point in the history
This PR ensures that all calls to `ctest` include the flag `--no-tests=error`. See rapidsai/build-planning#18.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Jake Awe (https://github.com/AyodeAwe)

URL: #2163
  • Loading branch information
bdice authored Mar 5, 2024
1 parent 515ac62 commit 054731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_ctests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -euo pipefail
# Support customizing the ctests' install location
cd "${INSTALL_PREFIX:-${CONDA_PREFIX:-/usr}}/bin/gtests/libraft/"

ctest --output-on-failure "$@"
ctest --output-on-failure --no-tests=error "$@"

0 comments on commit 054731d

Please sign in to comment.