Skip to content

Commit

Permalink
Merge branch 'branch-24.04' of github.com:rapidsai/cugraph into fea/g…
Browse files Browse the repository at this point in the history
…eneric-test-scripts
  • Loading branch information
trxcllnt committed Feb 7, 2024
2 parents c88bd94 + f9e618b commit 423ce1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/run_ctests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ set -euo pipefail

# Support customizing the ctests' install location
cd "${INSTALL_PREFIX:-${CONDA_PREFIX:-/usr}}/bin/gtests/libcugraph/"
ctest --output-on-failure "$@"
ctest --output-on-failure --no-tests=error "$@"

if [ -d "${INSTALL_PREFIX:-${CONDA_PREFIX:-/usr}}/bin/gtests/libcugraph_c/" ]; then
# Support customizing the ctests' install location
cd "${INSTALL_PREFIX:-${CONDA_PREFIX:-/usr}}/bin/gtests/libcugraph_c/"
ctest --output-on-failure "$@"
ctest --output-on-failure --no-tests=error "$@"
fi

0 comments on commit 423ce1e

Please sign in to comment.