Skip to content

Commit

Permalink
removed rapids-logger use
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Sep 29, 2024
1 parent 2eae6ea commit f6509ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/run_ctests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ set -euo pipefail
cd "${INSTALL_PREFIX:-${CONDA_PREFIX:-/usr}}/bin/tests/libkvikio/"

# Run basic tests
rapids-logger "Run BASIC_IO_EXAMPLE"
./BASIC_IO_EXAMPLE
rapids-logger "Run BASIC_NO_CUDA_EXAMPLE"
./BASIC_NO_CUDA_EXAMPLE

# Run gtests
rapids-logger "Run gtests"
ctest --no-tests=error --output-on-failure "$@"

0 comments on commit f6509ab

Please sign in to comment.