Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,12 @@ jobs:
libnghttp2-dev libjansson-dev libpcre2-dev gdb
perl-doc libsasl2-dev ${{ matrix.pkgs }} check
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: apache/httpd-tests
path: test/perl-framework
submodules: true
if: ${{ ! ( env.SKIP_TESTING || env.NO_TEST_FRAMEWORK ) }}
- name: Cache installed libraries
uses: actions/cache@v5
with:
Expand Down
10 changes: 0 additions & 10 deletions test/travis_before_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,6 @@ if ! test -v SKIP_TESTING -o -v NO_TEST_FRAMEWORK; then

# Cache the perl -V output for future verification.
mv perlver ~/perl5/.perlver

# 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
run_svn_export https://svn.apache.org/repos/asf/perl/Apache-Test/trunk HEAD test/perl-framework/Apache-Test 5
fi
fi

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