Merge pull request #2303 from drwetter/nntp_ci_remove

Remove NNTP from CI tests
This commit is contained in:
Dirk Wetter 2023-01-31 09:37:06 +01:00 committed by GitHub
commit 0b5c414970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,15 +156,13 @@ unlike($openssl_out, qr/$openssl_regex_bl/, "");
$tests++; $tests++;
# For NNTP there doesn't seem to be reliable host out there
#$uri="144.76.182.167:119";
$uri="144.76.182.167:119"; #printf "\n%s\n", "STARTTLS NNTP unit tests via sockets --> $uri ...";
#$socket_out = `./testssl.sh $check2run -t nntp $uri 2>&1`;
# unlink "tmp.json"; #unlike($socket_out, qr/$socket_regex_bl/, "");
printf "\n%s\n", "STARTTLS NNTP unit tests via sockets --> $uri ..."; #$tests++;
$socket_out = `./testssl.sh $check2run -t nntp $uri 2>&1`;
# $socket_json = json('tmp.json');
unlike($socket_out, qr/$socket_regex_bl/, "");
$tests++;
# commented out, bc of travis' limits # commented out, bc of travis' limits
# #