Skip to content

Commit

Permalink
Merge branch 'fix_ci_runs' into dependabot/github_actions/docker/buil…
Browse files Browse the repository at this point in the history
…d-push-action-6.13.0
  • Loading branch information
drwetter committed Jan 27, 2025
2 parents e17bbfd + d93549e commit e41b488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/12_diff_opensslversions.t
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ $cat_csvfile =~ s/ECDH\/MLKEM/ECDH 253 /g;
$cat_csvfile =~ s/.nonce-.* //g;
$cat_csvfile2 =~ s/.nonce-.* //g;

+# Fix IP addresses. needed when we don't hit the same IP address. We just remove them
$cat_csvfile =~ s/","google.com\/.*","443/","google.com","443/;
$cat_csvfile2 =~ s/","google.com\/.*","443/","google.com","443/;
# Fix IP addresses. Needed when we don't hit the same IP address. We just remove them
$cat_csvfile =~ s/","google.com\/.*","443/","google.com","443/g;
$cat_csvfile2 =~ s/","google.com\/.*","443/","google.com","443/g;

$diff = diff \$cat_csvfile, \$cat_csvfile2;

Expand Down

0 comments on commit e41b488

Please sign in to comment.