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

Look in /usr/local/bin before /usr/bin for mono #1622

Merged
merged 1 commit into from
Jan 24, 2017

Conversation

bhamiltoncx
Copy link
Contributor

I wanted to run the C# tests on a CentOS 7 machine, which doesn't have a new enough mono package available to run the tests (we need 4.6).

I built from source, which installs in /usr/local/bin by default, but the tests still failed. This PR fixes the issue by looking in /usr/local/bin before /usr/bin (which is fairly standard for $PATH searching).

@parrt parrt added this to the 4.6.1 milestone Jan 24, 2017
@parrt parrt merged commit c3711df into antlr:master Jan 24, 2017
@bhamiltoncx bhamiltoncx deleted the mono-in-usr-local-bin branch January 24, 2017 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants