pass extra args to a test in Apache::Test?

2014-07-25 Thread Mark Hedges
Hi. Is there a way to pass extra command-line arguments to a test script running in Apache::Test? I want to do: t/TEST -verbose t/foobar.t --baz And have this argument show up in @ARGV of t/foobar.t. Is there a special trick? Or, this would work: BAZ=1 t/TEST -verbose t/foobar.t And h

RE: pass extra args to a test in Apache::Test?

2014-07-25 Thread Mark Hedges
Hey nevermind, setting env vars works. I guess I must have typed that wrong before when I tried that. Thank you. Mark -Original Message- From: Mark Hedges Sent: Friday, July 25, 2014 3:46 PM To: modperl@perl.apache.org Cc: Mark Hedges Subject: pass extra args to a test in Apache