summaryrefslogtreecommitdiffstats
path: root/contrib/remote-helpers/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remote-helpers: fix the run of all testsFelipe Contreras2013-04-041-0/+1
| | | | | | | | | | | We don't need to check for duplicate test numbers, we don't have them, and either way test-lint-duplicates doesn't work in this situation. Also, while we are on it, enable test-lint-shell-syntax to check for sh errors. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* remote-hg: add basic testsFelipe Contreras2012-11-041-0/+13
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Jeff King <peff@peff.net>