Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jan 26, 2024
1 parent cb7fbea commit 81b9015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ void TestFixture::reportErr(const ErrorMessage &msg)
{
if (msg.severity == Severity::internal)
return;
if (msg.severity == Severity::information && msg.id == "normalCheckLevelMaxBranches")
return;
const std::string errormessage(msg.toString(mVerbose, mTemplateFormat, mTemplateLocation));
errout << errormessage << std::endl;
}
Expand Down

0 comments on commit 81b9015

Please sign in to comment.