qrush / m

A Test::Unit runner that can run tests by line number.
MIT License
376 stars 57 forks source link

Passing seed to test command #75

Closed mcnelson closed 4 years ago

mcnelson commented 6 years ago

Is there a way to pass --seed to m? Didn't see one in --help but just thought I'd ask.

zamith commented 5 years ago

No currently m does not support any flags to be passed down to the runners. This could be a interesting feature however, to allow any flags that m does not understand to pass-through to the underlying runner. With the understanding that some runners will not support certain flags of course.

It does have the drawback that you might share a command to run with m that might work in your code base and not in others, but I think it's a good trade off.

zamith commented 5 years ago

@mcnelson Can you give #77 a try, see if it works for your use case.

mlt commented 4 years ago

I'm so confused. Readme paragraph just before Support implies it should work, but seed is ignored. If it is not there yet, what is up with readme?

zamith commented 4 years ago

Actually, anything that m does not understand will pass through to the underlying runner, so we can close this I believe.