Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <[email protected]>
  • Loading branch information
jjacobelli committed Mar 25, 2024
1 parent 85324c3 commit 4e310f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,8 @@ nvidia-smi
# Run librmm gtests from librmm-tests package
rapids-logger "Run gtests"

set +e

export GTEST_OUTPUT=xml:${RAPIDS_TESTS_DIR}/
./ci/run_ctests.sh -j20 && EXITCODE=$? || EXITCODE=$?;


sleep 10h

rapids-logger "Test script exiting with value: $EXITCODE"
exit ${EXITCODE}

0 comments on commit 4e310f3

Please sign in to comment.