nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
9.95k stars 1.28k forks source link

Improve error display on failure of fputil_action #2695

Closed JohanBertrand closed 2 months ago

JohanBertrand commented 2 months ago
F´ Version 3.4.3
Affected Component CI

Feature Description

The current CI does not display all the errors, neither the stdout stream. Right now, the log can be only seen in artefacts related to the related job.

Rationale

The CI should directly display the stdout stream, as well as the whole stderr stream, in case of errors in order to make it easier to debug.

Related comment: https://github.com/nasa/fprime/pull/2606#issuecomment-2061757492