twister: Fix wrong error counter in report
If "Cmake build failure" is detected test instance get status "error".
Despite this in final report this error is counted as failure. It can
be fix, by set proper results of each testcase in instance from None
to "BLOCK" after found Cmake error. After this fix, error is counted
properly in final report.
Fixes #37140
Signed-off-by:
Piotr Golyzniak <piotr.golyzniak@nordicsemi.no>
Loading
Please sign in to comment