added: changes in CI so that it goes through
This commit is contained in:
Dirk Wetter
2022-05-25 18:46:08 +02:00
parent f3fe2ac401
commit 8d817e1dcf
2 changed files with 4 additions and 5 deletions

View File

@ -37,8 +37,6 @@ printf "\n%s\n", "Diff unit test IPv4 against \"$uri\"";
`$prg $check2run $uri 2>&1`;
$diff = diff $socket_csv, $master_socket_csv;
$socket_csv=`cat tmp.csv`;
$master_socket_csv=`cat $master_socket_csv`;
@ -54,6 +52,7 @@ $master_socket_csv=~ s/censys.io.*\n//g;
$socket_csv=~ s/HTTP_headerTime.*\n//g;
$master_socket_csv=~ s/HTTP_headerTime.*\n//g;
$diff = diff $socket_csv, $master_socket_csv;
# Compare the differences to the master file -- and print differences if there were detected.
#