You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Darryl-E March 27, 2025
Is there anyway to output as xml file when running unit tests for test reports on a pipeline?
Issue
Converting this discussion to an issue.
It does appear like --pass-through is not piped through for fprime-util check. We should either add the pass_through, or if not desirable/possible provide a way to pass args to the UT executable.
Discussed in #3424
Originally posted by Darryl-E March 27, 2025
Is there anyway to output as xml file when running unit tests for test reports on a pipeline?
Issue
Converting this discussion to an issue.
It does appear like
--pass-through
is not piped through forfprime-util check
. We should either add the pass_through, or if not desirable/possible provide a way to pass args to the UT executable.Good place to start is looking at that function: https://github.com/nasa/fprime-tools/blob/789610c471ec452e56f54246ecbfe7d606693fee/src/fprime/fbuild/builder.py#L348-L371
The text was updated successfully, but these errors were encountered: