Re: Passing a parameter to test files

2005-11-22 Thread [EMAIL PROTECTED]
thanks for the help! I think using the environment variable is a really easy way to achieve my goal. thanks again, michael

Re: Passing a parameter to test files

2005-11-22 Thread A. Pagaltzis
* [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

Re: Passing a parameter to test files

2005-11-22 Thread Shlomi Fish
On Tuesday 22 November 2005 01:10, [EMAIL PROTECTED] wrote: > Hi All, > > I have been trying to find a way to combine the functionality of > Test::Harness with testing scripts that take a parameter. > Here is my situation: I am trying to test a database configuration for > one specific ID. This ID

Passing a parameter to test files

2005-11-22 Thread [EMAIL PROTECTED]
Hi All, I have been trying to find a way to combine the functionality of Test::Harness with testing scripts that take a parameter. Here is my situation: I am trying to test a database configuration for one specific ID. This ID is essentially part of primary key for several tables and we would like