You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
1.8.7/Jruby: handle --bisect in SPEC_OPTS by mutating environment
Open3.popen3 doesn't support passing a modified environment hash like
.capture2e. We can therefore either build a command string with an explicit
environment in it, or modify the current environment before invoking the
command.
While not mutating the current env would normally be preferable, I wasn't
confident I could do so correctly while accounting for shell escaping, spaces
etc.
I've therefore tried modifying the environment, and have provided a new custom
matcher that switches on the Open3 command in use.
0 commit comments