mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Try to get more perl-framework traces for the ocsp failure on travis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -248,6 +248,7 @@ jobs:
|
||||
env: APR_VERSION=1.7.x APR_CONFIG="--enable-pool-debug"
|
||||
APU_VERSION=1.7.x APU_CONFIG="--with-crypto --with-ldap"
|
||||
CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all --with-mpm=event"
|
||||
TESTS="t/ssl/ocsp.t" TEST_ARGS="-verbose -trace=debug"
|
||||
TEST_MALLOC=1 TEST_SSL=1
|
||||
CLEAR_CACHE=1
|
||||
# -------------------------------------------------------------------------
|
||||
|
@ -116,7 +116,7 @@ if ! test -v SKIP_TESTING; then
|
||||
sudo sysctl -w kernel.core_uses_pid=1 2>/dev/null || true
|
||||
|
||||
if ! test -v NO_TEST_FRAMEWORK; then
|
||||
if ! test -v TEST_OPENSSL3; then
|
||||
if ! test -v TEST_OPENSSL3 -o -v TESTS; then
|
||||
#### this test started failing in Dec 2021 for unknown reasons
|
||||
rm -f test/perl-framework/t/ssl/ocsp.t
|
||||
fi
|
||||
|
Reference in New Issue
Block a user