Skip to content

Commit dbb8fc8

Browse files
committed
Fix CI
1 parent 408e8f8 commit dbb8fc8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

t/32_isHTML_valid.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ $debughtml =~ s/ Pre-test: .*\n//g;
7575
$debughtml =~ s/.*OK: below 825 days.*\n//g;
7676
$debughtml =~ s/.*DEBUG:.*\n//g;
7777
$debughtml =~ s/No engine or GOST support via engine with your.*\n//g;
78+
$debughtml =~ s/.*built: .*\n//g;
79+
$debughtml =~ s/.*Using bash .*\n//g;
80+
# is whole line: s/.*<pattern> .*\n//g;
7881

7982
cmp_ok($debughtml, "eq", $html, "HTML file created with --debug 4 matches HTML file created without --debug");
8083
$tests++;

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20826,8 +20826,8 @@ EOF
2082620826
out "${spaces}built: "; pr_italic "$OSSL_BUILD_DATE"; out ", platform: "; prln_italic "$OSSL_VER_PLATFORM"
2082720827
out "${spaces}Using "
2082820828
pr_italic "bash ${BASH_VERSINFO[0]}.${BASH_VERSINFO[1]}.${BASH_VERSINFO[2]}"
20829+
outln
2082920830
fi
20830-
outln
2083120831
}
2083220832

2083320833

0 commit comments

Comments
 (0)