Tweak test scripts a bit
This commit is contained in:
parent
196a855d2a
commit
1867cf3ace
|
|
@ -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")
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue