Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: Fix broken integration target on macOS. #86

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Makefile: Fix broken integration target on macOS. #86

merged 1 commit into from
Feb 9, 2024

Conversation

bjoernalbers
Copy link
Contributor

The integration tests were broken on macOS:

$ make integration
rm: .coverdata: No such file or directory
rm: -fr: No such file or directory
make: *** [build-with-cover] Error 1

rm on macOS requires that the options must be given before the argument(s).

The integration tests were broken on macOS:

	$ make integration
	rm: .coverdata: No such file or directory
	rm: -fr: No such file or directory
	make: *** [build-with-cover] Error 1

`rm` on macOS requires that the options must be given before the
argument(s).
@lucapette
Copy link
Owner

Ah! That makes sense :)

thank you for taking care of this!

@lucapette lucapette merged commit 5113d2e into lucapette:main Feb 9, 2024
2 checks passed
@bjoernalbers
Copy link
Contributor Author

You're welcome :-)

BTW: I came here from your article about CLI integration tests in Go, which is a good inspiration for my own project.

@lucapette
Copy link
Owner

So cool to hear it's helpful! I've been using that technique for years now and I'm still quite happy about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants