We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1199d5a commit bd88078Copy full SHA for bd88078
1 file changed
scripts/google.test
@@ -6,8 +6,8 @@ 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_NO_GOOGLE_TEST"; then
10
- echo "WOLFSSL_NO_GOOGLE_TEST set, won't run"
+if ! test -n "$WOLFSSL_EXTERNAL_TEST"; then
+ echo "WOLFSSL_EXTERNAL_TEST not set, won't run"
11
exit 77
12
fi
13
0 commit comments