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
# -------------------------------------------------------------------------
fi
if test $RV -ne 0 && test -f test/perl-framework/t/logs/error_log; then
- #grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log
- cat test/perl-framework/t/logs/error_log
+ grep -v ':\(debug\|trace[12345678]\)\]' test/perl-framework/t/logs/error_log
fi
if test -v TEST_CORE -a $RV -eq 0; then