test: build failed-count markers explicitly
This commit is contained in:
parent
0d59ea4b1c
commit
4d17d80f9a
@ -263,7 +263,7 @@ void cli_run_http_smoke()
|
||||
bool cli_site_body_reports_failure(String lower)
|
||||
{
|
||||
for(String digit : split("1 2 3 4 5 6 7 8 9", " "))
|
||||
if(cli_contains(lower, ">failed " + digit))
|
||||
if(cli_contains(lower, String(">failed ") + digit))
|
||||
return(true);
|
||||
return(false);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user