src-d / rovers

Rovers is a service to retrieve repository URLs from multiple repository hosting providers.
GNU General Public License v3.0
14 stars 13 forks source link

test: fix infinite loop in cgit test #180

Closed smola closed 6 years ago

smola commented 6 years ago

If scraper.Next() returns an error, the test enters an infinite loop.

Signed-off-by: Santiago M. Mola santi@mola.io

mcarmonaa commented 6 years ago

@smola is it supposed that appveyor CI must pass before merge?

smola commented 6 years ago

@mcarmonaa Nope. Appveyor is not supposed to work yet. I'm making a PR to make it work.