summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-12-01 11:54:25 +0000
committerStefan Eissing <icing@apache.org>2021-12-01 11:54:25 +0000
commitd002199454f8bc841509cdffad1c695eeae2ca7e (patch)
tree66b668cda7c5e542d92ccd0f3da2a29364cbc3c9 /test
parentff004f286d8a1f3e30e9065c2e04dae90952e61e (diff)
downloadhttpd-d002199454f8bc841509cdffad1c695eeae2ca7e.tar.gz
* travis: installing librustls in $PREFIX and using
it from there. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895456 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rwxr-xr-xtest/travis_run_linux.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index a36f85bc62..9fc7bcace5 100755
--- a/test/travis_run_linux.sh
+++ b/test/travis_run_linux.sh
@@ -60,9 +60,9 @@ if test -v TEST_MOD_TLS; then
pushd "$RUSTLS_HOME"
git fetch origin
git checkout tags/$RUSTLS_VERSION
- make install
+ make install DESTDIR="$PREFIX"
popd
- CONFIG="$CONFIG --with-tls"
+ CONFIG="$CONFIG --with-tls --with-rustls=$PREFIX"
fi
srcdir=$PWD