We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15e99c8 + bd88078 commit 01afe89Copy full SHA for 01afe89
1 file changed
scripts/google.test
@@ -6,6 +6,11 @@ server=www.google.com
6
7
[ ! -x ./examples/client/client ] && echo -e "\n\nClient doesn't exist" && exit 1
8
9
+if ! test -n "$WOLFSSL_EXTERNAL_TEST"; then
10
+ echo "WOLFSSL_EXTERNAL_TEST not set, won't run"
11
+ exit 77
12
+fi
13
+
14
if ! ./examples/client/client -V | grep -q 3; then
15
echo 'skipping google.test because TLS1.2 is not available.' 1>&2
16
exit 77
0 commit comments