Skip to content

Commit c19ab18

Browse files
committed
Remove attempt to get cufile log out
1 parent eb006db commit c19ab18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/tools/run-tests

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,10 @@ elif [[ "${test_module}" == "bindings" ]]; then
4646
pip install $(ls "${CUDA_BINDINGS_ARTIFACTS_DIR}"/*.whl)[all] --group test
4747
fi
4848
echo "Running bindings tests"
49-
mkdir /tmp/cufile_logs
5049
${SANITIZER_CMD} pytest -rxXs -v tests/ || true
5150
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
5251
${SANITIZER_CMD} pytest -rxXs -v tests/cython || true
5352
fi
54-
cat /tmp/cufile_logs/* || true
55-
cat cufile.log || true
5653
popd
5754
elif [[ "${test_module}" == "core" ]]; then
5855
# If build/test majors match: cuda.bindings is installed in the previous step.

0 commit comments

Comments
 (0)