]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Catch assert() failures.
authorJoe Orton <jorton@apache.org>
Wed, 2 Sep 2020 12:31:30 +0000 (12:31 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 2 Sep 2020 12:31:30 +0000 (12:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881396 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index ad2cde3d85111dc36fafc23f6213b8372dd2b781..20e536f8e6a7c4c1266814e58640febcc6b72ddd 100755 (executable)
@@ -129,7 +129,7 @@ if ! test -v SKIP_TESTING; then
     # "pool concurrency check": printed by APR built with
     # --enable-thread-debug when an APR pool concurrency check aborts
 
-    for phrase in 'Segmentation fault' 'glibc detected' 'pool concurrency check:'; do
+    for phrase in 'Segmentation fault' 'glibc detected' 'pool concurrency check:' 'Assertion.*failed'; do
         if grep -q "$phrase" test/perl-framework/t/logs/error_log; then
             grep --color=always -C5 "$phrase" test/perl-framework/t/logs/error_log
             RV=2