From b5fc7424ca6764ac04485dbdefa114e3cdb53136 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 10 Feb 2023 18:22:16 -0500 Subject: [PATCH] rm `gpuci` reference --- ci/test_cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_cpp.sh b/ci/test_cpp.sh index 5b1e8aa398c..9919435f42f 100755 --- a/ci/test_cpp.sh +++ b/ci/test_cpp.sh @@ -82,7 +82,7 @@ if [[ "${RAPIDS_BUILD_TYPE}" == "nightly" ]]; then ${COMPUTE_SANITIZER_CMD} ${gt} | tee "${RAPIDS_TESTS_DIR}${test_name}.cs.log" done unset GTEST_CUDF_RMM_MODE - # TODO: test-results/*.cs.log are processed in gpuci + # TODO: test-results/*.cs.log are processed in CI fi exit ${SUITEERROR}