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 Jul 10, 2022
1 parent 9fad34c commit f31b72e
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 @@ -100,8 +100,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 f31b72e

Please sign in to comment.