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

Forcing receptor into path on make test #504

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

john-westcott-iv
Copy link
Member

@shanemcd, second attempt at modifying the Makefile to ensure receptor is in the path. In the last PR you mentioned putting PWD before ${PATH}. Based on that, I thought the easiest way to ensure receptor would be in the path would to have test target depend on the receptor target. This would preclude testing with a receptor binary from a "random" location but I didn't really have a good scenario for doing that other than testing a random binary against the current tests. But I think this could be accomplished by just doing a cp ```which receptor``` .. Let me know what you think. Is there any reason you can think of that we wouldn't want to test with ./receptor?

@shanemcd shanemcd merged commit c7cf42f into ansible:devel Jan 19, 2022
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