Commit 1867cf3a authored by Steven Fackler's avatar Steven Fackler
Browse files

Tweak test scripts a bit

parent 196a855d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
set -e
set -eux

case "${TARGET}" in
"x86_64-unknown-linux-gnu")
+2 −2
Original line number Diff line number Diff line
#!/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