On Tue, Apr 2, 2013 at 12:53 PM, Torsten Bögershausen <tbo...@web.de> wrote:
> Running make inside contrib/remote-helpers failes in "test-lint-duplicates"

s/failes/fails/

> This was because the regexp to check for duplicate numbers strips everything
> after the first "-" in the filename, including the prefix.
>
> As a result, 2 pathnames like
> "xxxx/contrib/remote-helpers/test-bzr.sh" and
> "xxxx/contrib/remote-helpers/test-hg-bidi.sh"
>
> are both converted into
> "xxxx/contrib/remote", and reported as duplicate.
>
> Improve the regexp:
> Remove everything after tNNNN- (where X stand for a digit)
>
> Rename the tests in contrib/remote-helpers into
> t5810-test-bzr.sh,
> t5820-test-hg-bidi.sh,
> t5821-test-hg-hg-git.sh,
> t5830-test-hg.sh
>
> Feed the numbers used in contrib/remote-helpers into t/Makefile
> and check that numbering is unique across both directories
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to