Skip to content

Commit 26e696b

Browse files
committed
Try again to get logs out
1 parent df09b4a commit 26e696b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/tools/run-tests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ 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
4950
${SANITIZER_CMD} pytest -rxXs -v tests/
5051
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
5152
${SANITIZER_CMD} pytest -rxXs -v tests/cython
5253
fi
54+
cat /tmp/cufile_logs/*
5355
cat cufile.log
5456
popd
5557
elif [[ "${test_module}" == "core" ]]; then

0 commit comments

Comments
 (0)