Skip to content

Commit

Permalink
Change to use already existing WOLFSSL_EXTERNAL_TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
anhu committed Aug 1, 2024
1 parent 1199d5a commit bd88078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/google.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ server=www.google.com

[ ! -x ./examples/client/client ] && echo -e "\n\nClient doesn't exist" && exit 1

if test -n "$WOLFSSL_NO_GOOGLE_TEST"; then
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"
exit 77
fi

Expand Down

0 comments on commit bd88078

Please sign in to comment.