]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1896715 and r1896740 to restore OCPS test.
authorYann Ylavic <ylavic@apache.org>
Mon, 10 Jan 2022 18:26:43 +0000 (18:26 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 10 Jan 2022 18:26:43 +0000 (18:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896891 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index 7e69554180fff900002feb77eeff83b6d49f5bbb..beceb80005a7bd912843a159b2686fb0e1b2aad8 100755 (executable)
@@ -116,11 +116,6 @@ 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 -o -v TESTS; then
-            #### this test started failing in Dec 2021 for unknown reasons
-            rm -f test/perl-framework/t/ssl/ocsp.t
-        fi
-
         if test -v WITH_TEST_SUITE; then
             make check TESTS="${TESTS}" TEST_CONFIG="${TEST_ARGS}"
             RV=$?
@@ -139,7 +134,7 @@ if ! test -v SKIP_TESTING; then
             RV=4
         fi
     fi
-    
+
     if test -v TEST_SSL -a $RV -eq 0; then
         pushd test/perl-framework
             # Test loading encrypted private keys