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

Fix make test on MacOS #935

Merged
merged 1 commit into from
May 14, 2019

Conversation

emilaasa
Copy link
Contributor

make test errors out on MacOS because it uses bsd find instead of gnu
find which is standard in most Linux distributions. The fix just
provides an explicit folder . which bsd find requires but gnu find has
as default.

Verifying should be as simple as running make test on a clean repo with any version of gnu find (i.e running on linux).

make test errors out on MacOS because it uses bsd find instead of gnu
find which is standard in most Linux distributions. The fix just
provides an explicit folder . which bsd find requires but gnu find has
as default.
@codecov-io
Copy link

Codecov Report

Merging #935 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #935   +/-   ##
=======================================
  Coverage   53.84%   53.84%           
=======================================
  Files          40       40           
  Lines        3965     3965           
=======================================
  Hits         2135     2135           
  Misses       1634     1634           
  Partials      196      196

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8fd5fd9...8c7f85a. Read the comment docs.

@johanbrandhorst
Copy link
Collaborator

@emilaasa welcome to the team!

@johanbrandhorst johanbrandhorst merged commit b5f6fca into grpc-ecosystem:master May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants