summaryrefslogtreecommitdiffstats
path: root/test/travis_before_linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/travis_before_linux.sh')
-rwxr-xr-xtest/travis_before_linux.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh
index bc4d65942b..f5529299cd 100755
--- a/test/travis_before_linux.sh
+++ b/test/travis_before_linux.sh
@@ -71,6 +71,10 @@ 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