summaryrefslogtreecommitdiffstats
path: root/test/travis_run_linux.sh
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-01-06 18:16:34 +0100
committerYann Ylavic <ylavic@apache.org>2022-01-06 18:16:34 +0100
commited611d3754bc38f2d9c9aabf0fb7becd8d8fdc7d (patch)
tree82953def0bf675b3921d25bade07bb4c56bd9245 /test/travis_run_linux.sh
parentLet's see if mod_dumpio gives more ocsp hints.. (diff)
downloadapache2-ed611d3754bc38f2d9c9aabf0fb7becd8d8fdc7d.tar.xz
apache2-ed611d3754bc38f2d9c9aabf0fb7becd8d8fdc7d.zip
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
Diffstat (limited to 'test/travis_run_linux.sh')
-rwxr-xr-xtest/travis_run_linux.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index 03c2e475a4..c2a08eeb22 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.