mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
Fix CI
This commit is contained in:
parent
408e8f84f4
commit
dbb8fc8013
@ -75,6 +75,9 @@ $debughtml =~ s/ Pre-test: .*\n//g;
|
|||||||
$debughtml =~ s/.*OK: below 825 days.*\n//g;
|
$debughtml =~ s/.*OK: below 825 days.*\n//g;
|
||||||
$debughtml =~ s/.*DEBUG:.*\n//g;
|
$debughtml =~ s/.*DEBUG:.*\n//g;
|
||||||
$debughtml =~ s/No engine or GOST support via engine with your.*\n//g;
|
$debughtml =~ s/No engine or GOST support via engine with your.*\n//g;
|
||||||
|
$debughtml =~ s/.*built: .*\n//g;
|
||||||
|
$debughtml =~ s/.*Using bash .*\n//g;
|
||||||
|
# is whole line: s/.*<pattern> .*\n//g;
|
||||||
|
|
||||||
cmp_ok($debughtml, "eq", $html, "HTML file created with --debug 4 matches HTML file created without --debug");
|
cmp_ok($debughtml, "eq", $html, "HTML file created with --debug 4 matches HTML file created without --debug");
|
||||||
$tests++;
|
$tests++;
|
||||||
|
@ -20826,8 +20826,8 @@ EOF
|
|||||||
out "${spaces}built: "; pr_italic "$OSSL_BUILD_DATE"; out ", platform: "; prln_italic "$OSSL_VER_PLATFORM"
|
out "${spaces}built: "; pr_italic "$OSSL_BUILD_DATE"; out ", platform: "; prln_italic "$OSSL_VER_PLATFORM"
|
||||||
out "${spaces}Using "
|
out "${spaces}Using "
|
||||||
pr_italic "bash ${BASH_VERSINFO[0]}.${BASH_VERSINFO[1]}.${BASH_VERSINFO[2]}"
|
pr_italic "bash ${BASH_VERSINFO[0]}.${BASH_VERSINFO[1]}.${BASH_VERSINFO[2]}"
|
||||||
|
outln
|
||||||
fi
|
fi
|
||||||
outln
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user