We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73707d commit eb006dbCopy full SHA for eb006db
ci/tools/run-tests
@@ -51,8 +51,8 @@ elif [[ "${test_module}" == "bindings" ]]; then
51
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
52
${SANITIZER_CMD} pytest -rxXs -v tests/cython || true
53
fi
54
- cat /tmp/cufile_logs/*
55
- cat cufile.log
+ cat /tmp/cufile_logs/* || true
+ cat cufile.log || true
56
popd
57
elif [[ "${test_module}" == "core" ]]; then
58
# If build/test majors match: cuda.bindings is installed in the previous step.
0 commit comments