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
Yeah, that's a hard problem to solve. The current implementation used to work, and Arcanist would pick the last defined one, looks like this behaviour was changed in more recent versions. Perhaps we should add something like a engine "name" when using MultiTestEngine, and then we could scope each config by this "name".
If you have two tap tests this line won't work, it pulls the first matching config line that matches "unit.engine.tap.command".
Why not pull from actual runtime config for this class and just call the option "command" - seems cleaner, no?
The text was updated successfully, but these errors were encountered: