summaryrefslogtreecommitdiff
path: root/test/travis_run_linux.sh
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-01-10 18:26:43 +0000
committerYann Ylavic <ylavic@apache.org>2022-01-10 18:26:43 +0000
commitcd3d38f4db6b22b7e5b938829d50d80e262a02fb (patch)
tree44d45fbe82f46e3d7708ba7a069018c82f1b3eb8 /test/travis_run_linux.sh
parent36936e1e30bde479419941dd9cbd36322defc525 (diff)
downloadhttpd-cd3d38f4db6b22b7e5b938829d50d80e262a02fb.tar.gz
Revert r1896715 and r1896740 to restore OCPS test.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896891 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_run_linux.sh')
-rwxr-xr-xtest/travis_run_linux.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index 7e69554180..beceb80005 100755
--- a/test/travis_run_linux.sh
+++ b/test/travis_run_linux.sh
@@ -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