test: rely on site summary failure counts
This commit is contained in:
parent
a0d085859c
commit
0d59ea4b1c
@ -262,8 +262,6 @@ void cli_run_http_smoke()
|
|||||||
|
|
||||||
bool cli_site_body_reports_failure(String lower)
|
bool cli_site_body_reports_failure(String lower)
|
||||||
{
|
{
|
||||||
if(cli_contains(lower, ">fail</span>"))
|
|
||||||
return(true);
|
|
||||||
for(String digit : split("1 2 3 4 5 6 7 8 9", " "))
|
for(String digit : split("1 2 3 4 5 6 7 8 9", " "))
|
||||||
if(cli_contains(lower, ">failed " + digit))
|
if(cli_contains(lower, ">failed " + digit))
|
||||||
return(true);
|
return(true);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user