Tweak test scripts a bit

This commit is contained in:
Steven Fackler 2017-12-23 14:12:06 -08:00
parent 196a855d2a
commit 1867cf3ace
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -e set -eux
case "${TARGET}" in case "${TARGET}" in
"x86_64-unknown-linux-gnu") "x86_64-unknown-linux-gnu")

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -e set -eux
if [ -d "${OPENSSL_DIR}" ]; then if [ -d "${OPENSSL_DIR}" ]; then
exit 0 exit 0
@ -53,4 +53,4 @@ case "${LIBRARY}" in
esac esac
make -j$(nproc) make -j$(nproc)
make install make install_sw