File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,12 +15,7 @@ if ! ./examples/client/client -V | grep -q 3; then
1515 exit 77
1616fi
1717
18- # These tests do not run by default, we will call these opt in. There are
19- # additional default tests that require network connection, those are
20- # opt out.
21- # Not defining WOLFSSL_EXTERNAL_TEST runs only opt out.
22- # Defining WOLFSSL_EXTERNAL_TEST!=0 runs opt out and opt in.
23- # Defining WOLFSSL_EXTERNAL_TEST=0 does not run opt in or opt out.
18+ # cloudflare seems to change CAs quickly, disabled by default
2419if ! test -n " $WOLFSSL_EXTERNAL_TEST " ; then
2520 echo " WOLFSSL_EXTERNAL_TEST not set, won't run"
2621 exit 77
@@ -30,7 +25,7 @@ if test "$WOLFSSL_EXTERNAL_TEST" == "0"; then
3025 exit 77
3126fi
3227
33- # cloudflare seems to change CAs quickly, disabled by default
28+
3429BUILD_FLAGS=" $( ./examples/client/client ' -#' ) "
3530if echo " $BUILD_FLAGS " | fgrep -q -e ' -DWOLFSSL_SNIFFER ' ; then
3631 echo ' skipping WOLFSSL_EXTERNAL_TEST because -DWOLFSSL_SNIFFER configuration of build is incompatible.'
Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ server=www.google.com
66
77[ ! -x ./examples/client/client ] && echo -e " \n\nClient doesn't exist" && exit 1
88
9- # These tests do not run by default, we will call these opt in. There are
10- # additional default tests that require network connection, those are
11- # opt out.
12- # Not defining WOLFSSL_EXTERNAL_TEST runs only opt out.
13- # Defining WOLFSSL_EXTERNAL_TEST!=0 runs opt out and opt in.
14- # Defining WOLFSSL_EXTERNAL_TEST=0 does not run opt in or opt out.
159if ! test -n " $WOLFSSL_EXTERNAL_TEST " ; then
1610 echo " WOLFSSL_EXTERNAL_TEST not set, won't run"
1711 exit 77
Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ if [[ -z "${RETRIES_REMAINING-}" ]]; then
1111 export RETRIES_REMAINING=2
1212fi
1313
14- # These tests do run by default, we will call these opt out. There are
15- # additional non-default tests that require network connection, those are
16- # opt in.
17- # Not defining WOLFSSL_EXTERNAL_TEST runs only opt out.
18- # Defining WOLFSSL_EXTERNAL_TEST!=0 runs opt out and opt in.
19- # Defining WOLFSSL_EXTERNAL_TEST=0 does not run opt in or opt out.
2014if test " $WOLFSSL_EXTERNAL_TEST " == " 0" ; then
2115 echo ' skipping oscp-stapling.test because WOLFSSL_EXTERNAL_TEST is \
2216 defined to the value 0.'
You can’t perform that action at this time.
0 commit comments