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

make test-suite builds wrong executables on OSX #75

Closed
perlpunk opened this issue Dec 1, 2017 · 1 comment
Closed

make test-suite builds wrong executables on OSX #75

perlpunk opened this issue Dec 1, 2017 · 1 comment

Comments

@perlpunk
Copy link
Member

perlpunk commented Dec 1, 2017

So it seems the OSX failure on travis is not yet fixed, it's happening again:

https://travis-ci.org/yaml/libyaml/builds/310159760
https://travis-ci.org/yaml/libyaml/jobs/310159764#L468

When running test/libyaml-emitter.t, it calls libyaml-emitter, which should be built from libyaml-emitter.c

Instead these lines are executed before the tests:

cp /Users/travis/build/yaml/libyaml/tests/.libs/run-parser libyaml-parser
cp /Users/travis/build/yaml/libyaml/tests/.libs/run-emitter libyaml-emitter

any hints appreciated

@perlpunk perlpunk changed the title make test-suite builds wrong executables make test-suite builds wrong executables on OSX Dec 1, 2017
@perlpunk
Copy link
Member Author

perlpunk commented Dec 2, 2017

fixed by #76

@perlpunk perlpunk closed this as completed Dec 2, 2017
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

No branches or pull requests

1 participant