Skip to content

version_control: fix tests with the same prefixes

Filip Pokryvka requested to merge devel/fp/vc into master

If there were tests with the same prefixes, grep regexp would match them all, which is not desired. So, modify regexp that there must be a space (or '\n') after test tag.

Merge request reports