We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ctest
--no-tests=error
1 parent 41b9e5e commit 63a1c9eCopy full SHA for 63a1c9e
ci/test_cpp.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# Copyright (c) 2022-2023, NVIDIA CORPORATION.
+# Copyright (c) 2022-2024, NVIDIA CORPORATION.
3
4
source "$(dirname "$0")/test_cpp_common.sh"
5
@@ -12,14 +12,14 @@ export GTEST_OUTPUT=xml:${RAPIDS_TESTS_DIR}/
12
13
pushd $CONDA_PREFIX/bin/gtests/libcudf/
14
rapids-logger "Run libcudf gtests"
15
-ctest -j20 --output-on-failure
+ctest -j20 --output-on-failure --no-tests=error
16
SUITEERROR=$?
17
popd
18
19
if (( ${SUITEERROR} == 0 )); then
20
pushd $CONDA_PREFIX/bin/gtests/libcudf_kafka/
21
rapids-logger "Run libcudf_kafka gtests"
22
- ctest -j20 --output-on-failure
+ ctest -j20 --output-on-failure --no-tests=error
23
24
25
fi
0 commit comments