diff options
author | Joe Orton <jorton@apache.org> | 2024-03-01 11:15:13 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-03-01 11:15:13 +0100 |
commit | 2361315143a9de540db338bcc812877c37da0fe7 (patch) | |
tree | 88f62a876c95e464330973c5aee693cba3cddc8b /test/travis_before_linux.sh | |
parent | CI: docs update only. [skip ci] (diff) | |
download | apache2-2361315143a9de540db338bcc812877c37da0fe7.tar.xz apache2-2361315143a9de540db338bcc812877c37da0fe7.zip |
CI: add OpenSSL 3.2, test OpenSSL 3.x using Apache::Test
trunk to pick up r1916067.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916068 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_before_linux.sh')
-rwxr-xr-x | test/travis_before_linux.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh index e67931847b..32fbbb8b90 100755 --- a/test/travis_before_linux.sh +++ b/test/travis_before_linux.sh @@ -85,6 +85,13 @@ if ! test -v SKIP_TESTING -o -v NO_TEST_FRAMEWORK; then # Make a shallow clone of httpd-tests git repo. git clone -q --depth=1 https://github.com/apache/httpd-tests.git test/perl-framework + + # For OpenSSL 3.2+ testing, Apache::Test r1916067 is required, so + # use a checkout of trunk until there is an updated CPAN release + # with that revision. + if test -v TEST_OPENSSL3; then + svn co -q https://svn.apache.org/repos/asf/perl/Apache-Test/trunk test/perl-framework/Apache-Test + fi fi # For LDAP testing, run slapd listening on port 8389 and populate the |