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:
Yann Ylavic
2022-01-06 11:45:58 +00:00
parent ed21f49011
commit 6356095571
2 changed files with 2 additions and 1 deletions

View File

@ -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
# -------------------------------------------------------------------------

View File

@ -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