From: Yann Ylavic Date: Thu, 6 Jan 2022 17:16:34 +0000 (+0000) Subject: Revert r1896758 and r1896746 (travis debug temporaries). [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~596 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed611d3754bc38f2d9c9aabf0fb7becd8d8fdc7d;p=thirdparty%2Fapache%2Fhttpd.git Revert r1896758 and r1896746 (travis debug temporaries). [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896759 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index e60220831bf..efe827e85c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -248,7 +248,6 @@ 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 # ------------------------------------------------------------------------- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 03c2e475a40..c2a08eeb22e 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -184,9 +184,9 @@ if ! test -v SKIP_TESTING; then popd 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 - #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 + fi if test -v TEST_CORE -a $RV -eq 0; then # Run HTTP/2 tests.