aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-12-23 14:12:06 -0800
committerSteven Fackler <[email protected]>2017-12-23 19:32:33 -0700
commit1867cf3acef375fcfe892b2c0cd4c89d44f8e8f1 (patch)
treea9b766486f8ea3c94cfdbceb4a58f6f67ebdf1c8 /test
parentAllow SNI and hostname verification to be configured separately (diff)
downloadrust-openssl-1867cf3acef375fcfe892b2c0cd4c89d44f8e8f1.tar.xz
rust-openssl-1867cf3acef375fcfe892b2c0cd4c89d44f8e8f1.zip
Tweak test scripts a bit
Diffstat (limited to 'test')
-rwxr-xr-xtest/add_target.sh2
-rwxr-xr-xtest/build_openssl.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/add_target.sh b/test/add_target.sh
index a819ed56..c9914ad2 100755
--- a/test/add_target.sh
+++ b/test/add_target.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-set -e
+set -eux
case "${TARGET}" in
"x86_64-unknown-linux-gnu")
diff --git a/test/build_openssl.sh b/test/build_openssl.sh
index 70532436..f3c19676 100755
--- a/test/build_openssl.sh
+++ b/test/build_openssl.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-set -e
+set -eux
if [ -d "${OPENSSL_DIR}" ]; then
exit 0
@@ -53,4 +53,4 @@ case "${LIBRARY}" in
esac
make -j$(nproc)
-make install
+make install_sw