Browse Source

Set limit to allow core dump writing

tags/1.8.2
Anton Yuzhaninov 5 years ago
parent
commit
fb91f376e2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .drone.yml

+ 1
- 0
.drone.yml View File

@@ -42,6 +42,7 @@ pipeline:
group: tests
commands:
- test "$(id -un)" = nobody
- ulimit -c unlimited
# rspamd-test and functional test both use luacov.stats.out file and should be started from
# different directories (if started in parallel)
- cd /rspamd/build/test

Loading…
Cancel
Save