scripts/aria-cmake-build-test.sh: fix masked exit value.

This commit is contained in:
Daniel Pouzzner
2024-04-17 00:36:30 -05:00
parent 855175da47
commit d0edb3d0a9

View File

@ -115,8 +115,7 @@ build_aria_test() {
# View the available ciphers with:
echo "checking wolfsl client ssl version numbers SSLv3(0) - TLS1.3(4):"
./examples/client/client -V
if [ $? -eq 0 ]; then
if ./examples/client/client -V; then
echo "Confirmed ./examples/client/client operational."
else
echo "ERROR ./examples/client/client error = $?"