Skip to content

Commit

Permalink
Merge pull request #2369 from dmknutsen:Issue_2368
Browse files Browse the repository at this point in the history
Fix #2368, cFE Functional Test 23
  • Loading branch information
GitHub Actions committed Jun 8, 2023
2 parents 2bf3299 + f21e863 commit bfc4cb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/cfe_testcase/src/es_misc_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ void TestWriteToSysLog(void)
{
break;
}
CFE_Assert_STATUS_MUST_BE(CFE_SUCCESS);
if (!CFE_Assert_STATUS_MAY_BE(CFE_ES_ERR_SYS_LOG_TRUNCATED))
{
CFE_Assert_STATUS_MUST_BE(CFE_SUCCESS);
}
}

UtAssert_MIR("MIR (Manual Inspection Required) for CFE_ES_WriteToSysLog");
Expand Down

0 comments on commit bfc4cb6

Please sign in to comment.