mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
check on variable for printout
This commit is contained in:
@ -29,7 +29,7 @@ if [ $RESULT = 0 ]; then
|
|||||||
# client test against the server
|
# client test against the server
|
||||||
./examples/client/client -X -C -h $server -p 443 -A $ca -g -o -N
|
./examples/client/client -X -C -h $server -p 443 -A $ca -g -o -N
|
||||||
GR_RESULT=$?
|
GR_RESULT=$?
|
||||||
[ $GL_RESULT -ne 0 ] && echo -e "\n\nClient connection failed"
|
[ $GR_RESULT -ne 0 ] && echo -e "\n\nClient connection failed"
|
||||||
else
|
else
|
||||||
GR_RESULT=1
|
GR_RESULT=1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user