* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2005-11-22 10:10]:
> I haven't found a way to do this with Test::Harness or
> Test::TAP as they currently are.

You could take the id from either the commandline or an
environment variable. Then you could run the harness as something
like

    TEST_DB_ID=42 make test

and have the scripts pick it up from $ENV{TEST_DB_ID} if they
don't find it in $ARGV[0].

Regards,
-- 
#Aristotle
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;

Reply via email to