Skip to content

Commit eb006db

Browse files
committed
Try to be a little more robust
1 parent f73707d commit eb006db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/tools/run-tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ elif [[ "${test_module}" == "bindings" ]]; then
5151
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
5252
${SANITIZER_CMD} pytest -rxXs -v tests/cython || true
5353
fi
54-
cat /tmp/cufile_logs/*
55-
cat cufile.log
54+
cat /tmp/cufile_logs/* || true
55+
cat cufile.log || true
5656
popd
5757
elif [[ "${test_module}" == "core" ]]; then
5858
# If build/test majors match: cuda.bindings is installed in the previous step.

0 commit comments

Comments
 (0)