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 racc test more flexible (for JRuby). #194

Merged
merged 1 commit into from
Nov 10, 2022

Commits on Nov 10, 2022

  1. Make racc test more flexible (for JRuby).

    JRuby uses these same files for testing racc. The existing logic will not
    find 'racc' in a JRuby project checkout. This change allows it to work by
    just assuming 'ruby -S racc' when running tests. This will not change C
    Ruby's detection when setting up tests (since earlier checks will find
    racc).
    enebo committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    b74ce5e View commit details
    Browse the repository at this point in the history