develooper Front page | perl.qa | Postings from July 2010

prove --ext=@s

Thread Next
From:
Andy Lester
Date:
July 15, 2010 09:12
Subject:
prove --ext=@s
Message ID:
95E4EC3C-3881-417D-A461-327C89F8B942@petdance.com
Can we discuss the ways that we might get prove to recognize more than one extension?

Right now, I can say

	prove --ext=.phpt --exec=/usr/local/bin/php

but I can't say

	prove --ext=.phpt --ext=.t --exec=/usr/local/bin/my-test-dispatcher

Or even better

	prove --ext=.t=/usr/local/bin/perl --ext=.phpt=/usr/local/bin/php

The ability to run .t and .phpt tests is a Big Deal to me here at work, and is something that hss never worked since I originally ported our test script "smoke" to be the generic prove we know today.  Now, we're trying to fold back, but this feature missing makes those I'd convert to prove very sad.

xoxo,
Andy


--
Andy Lester => andy@petdance.com => www.theworkinggeek.com => AIM:petdance





Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About