mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
scripts/aria-cmake-build-test.sh: fix masked exit value.
This commit is contained in:
@ -115,8 +115,7 @@ build_aria_test() {
|
|||||||
|
|
||||||
# View the available ciphers with:
|
# View the available ciphers with:
|
||||||
echo "checking wolfsl client ssl version numbers SSLv3(0) - TLS1.3(4):"
|
echo "checking wolfsl client ssl version numbers SSLv3(0) - TLS1.3(4):"
|
||||||
./examples/client/client -V
|
if ./examples/client/client -V; then
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
echo "Confirmed ./examples/client/client operational."
|
echo "Confirmed ./examples/client/client operational."
|
||||||
else
|
else
|
||||||
echo "ERROR ./examples/client/client error = $?"
|
echo "ERROR ./examples/client/client error = $?"
|
||||||
|
Reference in New Issue
Block a user