Errors in .tcfg Do Not Stop the Build
Chris Johns
chrisj at rtems.org
Thu Jan 30 22:18:48 UTC 2020
On 31/1/20 8:34 am, Joel Sherrill wrote:
> I made a mistake in a .tcfg file (forgot to write exclude: and just listed
> the test name). There was a message in the build log where the error
> was reported but the build itself continued and didn't produce any
> executables. The ultimate return status was 0 so we thought it passed.
Ouch.
> Is this just a wart of the current build system or is there a way to
> address this so the build fails?
I am not sure.
Is rtems-test-check.py returning a non-zero exit code with the error?
Is there an exit code check missing in ...
https://git.rtems.org/rtems/tree/testsuites/aclocal/rtems-test-check.m4
Chris
More information about the devel
mailing list