summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-31 10:30:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-31 10:30:01 +0200
commit6c6a7fffcb03895ffe498dae3c46c35c70231ff0 (patch)
tree51a1d4bba66b4fa2899609859218e89a4726bec5 /test
parent69478acef74988e8f1aeaa146f8108bd3e74b6b5 (diff)
http to https audit
Diffstat (limited to 'test')
-rwxr-xr-xtest8
1 files changed, 4 insertions, 4 deletions
diff --git a/test b/test
index 61db258..a09710a 100755
--- a/test
+++ b/test
@@ -54,7 +54,7 @@ for c in g++-4.9 g++-5; do
--cxx $c \
--cppflags "-I/usr/include/apache2 -I/usr/include/apr-1.0" \
$src/build2-toolchain-$tcv.tar.gz \
-http://pkg.cppget1/1/alpha
+https://pkg.cppget1/1/alpha
done
@@ -67,7 +67,7 @@ for c in clang++-3.5 clang++-3.6; do
--cppflags "-I/usr/include/apache2 -I/usr/include/apr-1.0" \
--cxxflags --stdlib=libc++ \
$src/build2-toolchain-$tcv.tar.gz \
-http://pkg.cppget1/1/alpha
+https://pkg.cppget1/1/alpha
done
fi
@@ -75,7 +75,7 @@ fi
# Test installation requiring sudo.
#
etc/install -t -i /opt/build2 -s $src/build2-toolchain-$tcv.tar.gz \
-http://pkg.cppget1/1/alpha
+https://pkg.cppget1/1/alpha
# Test on FreeBSD with Clang 3.4 (default) and Clang 3.7.
@@ -86,5 +86,5 @@ for c in clang++ clang++37; do
ssh freebsd cd /tmp ';' ./install \
--cxx $c \
--cppflags '"-I/usr/local/include/apr-1 -I/usr/local/include/apache24"' \
-build2-toolchain-$tcv.tar.gz http://pkg.cppget1/1/alpha
+build2-toolchain-$tcv.tar.gz https://pkg.cppget1/1/alpha
done