croservices / cro

Development tools for building services and distributed systems in Raku using the Cro libraries.
https://cro.services/
Artistic License 2.0
88 stars 35 forks source link

Fix tests on macOS #155

Closed tgt closed 1 year ago

tgt commented 1 year ago

The paths contained // and so didn't compare properly. The IO::Path.add method avoids this issue.

There's still an issue where it says t/tools-runner.rakutest .......1/?# Check service up attempt 1: connection refused, but the tests pass and that seems to be expected by the test?

Altai-man commented 1 year ago

Looks good to me, thanks!