summaryrefslogtreecommitdiffstats
path: root/test/travis_before_linux.sh
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2023-06-01 14:59:09 +0200
committerStefan Eissing <icing@apache.org>2023-06-01 14:59:09 +0200
commit87689f6463f45dd2e7f9344946c6a44687419a89 (patch)
tree60d54a2ac67986be316059d640faa8d8987dfcc9 /test/travis_before_linux.sh
parentCI: force reset of cached apr for TEST_H2, it seems to be broken (diff)
downloadapache2-87689f6463f45dd2e7f9344946c6a44687419a89.tar.xz
apache2-87689f6463f45dd2e7f9344946c6a44687419a89.zip
CI: re-enable apr caching for TEST_H2, require newer curl for test_h2_601_05
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-xtest/travis_before_linux.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh
index f5529299cd..bc4d65942b 100755
--- a/test/travis_before_linux.sh
+++ b/test/travis_before_linux.sh
@@ -71,10 +71,6 @@ function install_apx() {
# Blow away the cached install root if the cached install is stale
# or doesn't match the expected configuration.
grep -q "${version} ${revision} ${config} CC=$CC" ${HOME}/root/.key-${name} || rm -rf ${prefix}
- # TEST_H2 APR cache seems to be broken, reset
- if test -v TEST_H2; then
- rm -rf ${prefix}
- fi
if test -d ${prefix}; then
return 0