mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-31 04:41:15 +01:00
fix travis
This commit is contained in:
parent
7974e57688
commit
fc06fcee56
@ -50,6 +50,10 @@ $master_socket_csv=~ s/HTTP_clock_skew.*\n//g;
|
|||||||
$socket_csv=~ s/censys.io.*\n//g;
|
$socket_csv=~ s/censys.io.*\n//g;
|
||||||
$master_socket_csv=~ s/censys.io.*\n//g;
|
$master_socket_csv=~ s/censys.io.*\n//g;
|
||||||
|
|
||||||
|
# HTTP time
|
||||||
|
$socket_csv=~ s/HTTP_headerTime.*\n//g;
|
||||||
|
$master_socket_csv=~ s/HTTP_headerTime.*\n//g;
|
||||||
|
|
||||||
|
|
||||||
# Compare the differences to the master file -- and print differences if there were detected.
|
# Compare the differences to the master file -- and print differences if there were detected.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user