On 8/5/20 12:22 AM, Marek Polacek wrote:
On Thu, Jul 30, 2020 at 11:08:03AM +0200, Martin Liška wrote:
Hello.
I support the initiative!
What would be nice to add leading 'PR component/12345'
to a git commit so that these test additions are linked to bugzilla issues.
Thanks! Yes, it should be clear which test tests a PR that has the monitored
keyword. That may get lost when adding a lot of tests in one commit, but can
always be clarified in a comment.
Note that contrib/mklog.py can correctly extract leading 'PR component/12345'
lines
from test-cases and add them to a ChangeLog entry.
Martin
Or just grep 'PR component/12345' in the
testsuite; new tests should have this as their first line.
Marek