diff options
author | Anton Yuzhaninov <citrin+git@citrin.ru> | 2018-10-16 12:42:16 -0400 |
---|---|---|
committer | Anton Yuzhaninov <citrin+git@citrin.ru> | 2018-10-16 13:01:01 -0400 |
commit | fb91f376e2980f79242a512904207f6a4563211c (patch) | |
tree | 5f16ddb2710d4654fb15dbd3d0b9e2e92f833a69 /.drone.yml | |
parent | 0613b8af0a19ee44ebafbafbc7d853aa0d6e3081 (diff) | |
download | rspamd-fb91f376e2980f79242a512904207f6a4563211c.tar.gz rspamd-fb91f376e2980f79242a512904207f6a4563211c.zip |
Set limit to allow core dump writing
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index c1a839b95..e135c84d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 |