Skip to content

Commit

Permalink
Update test_julia.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored and DilumAluthge committed Nov 2, 2022
1 parent 1cb4377 commit 368ff24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utilities/test_julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ echo "JL_TERM_TIMEOUT is: ${JL_TERM_TIMEOUT}"

# Show our core dump file pattern and size limit if we're going to be recording them
if [[ -z "${USE_RR-}" ]]; then
# Tell Julia to send `SIGSEGV` if something times out internally, generating a coredump
export JULIA_TEST_TIMEOUT_SIGNUM=11
# Tell Julia to send `SIGQUIT` if something times out internally, generating a coredump
export JULIA_TEST_TIMEOUT_SIGNUM=3

ulimit -c unlimited
if [[ "${OS}" == linux* || "${OS}" == "musl" ]]; then
Expand Down

0 comments on commit 368ff24

Please sign in to comment.