Skip to content

Commit 681eec5

Browse files
committed
CI: 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 (cherry picked from commit 2361315)
1 parent 61e6751 commit 681eec5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/travis_before_linux.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ if ! test -v SKIP_TESTING -o -v NO_TEST_FRAMEWORK; then
120120

121121
# Make a shallow clone of httpd-tests git repo.
122122
git clone -q --depth=1 https://github.com/apache/httpd-tests.git test/perl-framework
123+
124+
# For OpenSSL 3.2+ testing, Apache::Test r1916067 is required, so
125+
# use a checkout of trunk until there is an updated CPAN release
126+
# with that revision.
127+
if test -v TEST_OPENSSL3; then
128+
svn co -q https://svn.apache.org/repos/asf/perl/Apache-Test/trunk test/perl-framework/Apache-Test
129+
fi
123130
fi
124131

125132
# For LDAP testing, run slapd listening on port 8389 and populate the

0 commit comments

Comments
 (0)