Skip to content

Commit 9ad4e56

Browse files
committed
Restore original comments
1 parent f749ca3 commit 9ad4e56

3 files changed

Lines changed: 2 additions & 19 deletions

File tree

scripts/external.test

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ if ! ./examples/client/client -V | grep -q 3; then
1515
exit 77
1616
fi
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
2419
if ! 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
3126
fi
3227

33-
# cloudflare seems to change CAs quickly, disabled by default
28+
3429
BUILD_FLAGS="$(./examples/client/client '-#')"
3530
if echo "$BUILD_FLAGS" | fgrep -q -e ' -DWOLFSSL_SNIFFER '; then
3631
echo 'skipping WOLFSSL_EXTERNAL_TEST because -DWOLFSSL_SNIFFER configuration of build is incompatible.'

scripts/google.test

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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.
159
if ! test -n "$WOLFSSL_EXTERNAL_TEST"; then
1610
echo "WOLFSSL_EXTERNAL_TEST not set, won't run"
1711
exit 77

scripts/ocsp-stapling.test

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ if [[ -z "${RETRIES_REMAINING-}" ]]; then
1111
export RETRIES_REMAINING=2
1212
fi
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.
2014
if test "$WOLFSSL_EXTERNAL_TEST" == "0"; then
2115
echo 'skipping oscp-stapling.test because WOLFSSL_EXTERNAL_TEST is \
2216
defined to the value 0.'

0 commit comments

Comments
 (0)