From 8f2fee880f5bcbfe644cee8fbdfa87d3835e4fab Mon Sep 17 00:00:00 2001 From: Anton Yuzhaninov Date: Tue, 16 Oct 2018 14:53:21 -0400 Subject: [PATCH] Improve comment --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e135c84d51..f23fa93e68 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,8 @@ pipeline: - set +e - ./rspamd-test -p /rspamd/lua; EXIT_CODE=$? - set -e - # shell sets exit status of a process that terminated by a signal to '128 + signal-number' + # shell sets exit status of a process terminated by a signal to '128 + signal-number' + # if rspamd-test was terminated by a signal it should be SIGSEGV or SIGABRT, try to examine core - > if [ $EXIT_CODE -gt 128 ]; then gdb -c /var/tmp/*.rspamd-test.core ./rspamd-test -ex "set pagination 0" -ex "thread apply all bt full" --batch; -- 2.47.3