On 28 Nov 2007, at 20:56, Andy Armstrong wrote:
I could easily see, though:

prove -v t/ --testargs --db=test

which would be less ambiguous than

prove -v t/ -- --db=test

Agreed. I think the '--' is redundant

Although, if we're talking about non-switches (sorry, I'm just catching up with this) then e.g.

prove -v t/fetch.t http://example.com

would attempt to run a test called "http://example.com";. So you do need some, ideally shell safe, marker that tells prove where to stop.

--
Andy Armstrong, Hexten




Reply via email to