Description
In order to enhance reading the errors of a failing translate tests we print on terminal only the first ~10 errors, the full detailed are being saved in a file in the .translate-errors alongside the nc
How Has This Been Tested?
Local test on failing ports.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[x] Any dependent changes have been merged and published in downstream modules
Description In order to enhance reading the errors of a failing translate tests we print on terminal only the first ~10 errors, the full detailed are being saved in a file in the
.translate-errors
alongside thenc
How Has This Been Tested? Local test on failing ports.
Checklist: