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
Just found out from a log posted in easybuilders/easybuild-easyconfigs#16385 that #2794 actually contains a mistake in the regular expressions, due to which the total number of tests errors is not counted correctly:
Just found out from a log posted in easybuilders/easybuild-easyconfigs#16385 that #2794 actually contains a mistake in the regular expressions, due to which the total number of tests errors is not counted correctly:
Clearly, since one test suite already has 47 errors, the total can't be 24. Looking a bit close, the problematic regex is
Which on this line
Only matches the 7 (the 4 is matched by the
.*
).This can be fixed with
I'll create a PR for that...
The text was updated successfully, but these errors were encountered: