We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855175d commit d0edb3dCopy full SHA for d0edb3d
1 file changed
scripts/aria-cmake-build-test.sh
@@ -115,8 +115,7 @@ build_aria_test() {
115
116
# View the available ciphers with:
117
echo "checking wolfsl client ssl version numbers SSLv3(0) - TLS1.3(4):"
118
- ./examples/client/client -V
119
- if [ $? -eq 0 ]; then
+ if ./examples/client/client -V; then
120
echo "Confirmed ./examples/client/client operational."
121
else
122
echo "ERROR ./examples/client/client error = $?"
0 commit comments