diff options
author | Joe Orton <jorton@apache.org> | 2020-08-05 10:26:58 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-08-05 10:26:58 +0200 |
commit | c26c11bac6ad0ae13a993ef9d057f438d533a90f (patch) | |
tree | deb86d5a8aaa563f0007dfee658451546409dddf /.travis.yml | |
parent | Update docs for SSLRandomSeed deprecation in r1877467. [skip ci] (diff) | |
download | apache2-c26c11bac6ad0ae13a993ef9d057f438d533a90f.tar.xz apache2-c26c11bac6ad0ae13a993ef9d057f438d533a90f.zip |
Fail for more abort() errors in error_log.
Fail if a core dump is produced, and dump the backtrace if so.
(e.g. during parent or child process shutdown, core dumps will
not show up as test case failures so would not otherwise be caught)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e21ff3799f..09d89b4cf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ addons: - libpcre2-dev - libldap2-dev - ldap-utils + - gdb env: global: - MFLAGS=-j2 |