mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
Merge pull request #2303 from drwetter/nntp_ci_remove
Remove NNTP from CI tests
This commit is contained in:
commit
0b5c414970
@ -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
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user