We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3277881 commit a316bedCopy full SHA for a316bed
test/travis_before_linux.sh
@@ -85,6 +85,13 @@ if ! test -v SKIP_TESTING -o -v NO_TEST_FRAMEWORK; then
85
86
# Make a shallow clone of httpd-tests git repo.
87
git clone -q --depth=1 https://github.com/apache/httpd-tests.git test/perl-framework
88
+
89
+ # For OpenSSL 3.2+ testing, Apache::Test r1916067 is required, so
90
+ # use a checkout of trunk until there is an updated CPAN release
91
+ # with that revision.
92
+ if test -v TEST_OPENSSL3; then
93
+ svn co -q https://svn.apache.org/repos/asf/perl/Apache-Test/trunk test/perl-framework/Apache-Test
94
+ fi
95
fi
96
97
# For LDAP testing, run slapd listening on port 8389 and populate the
0 commit comments