> > http://perl.apache.org/docs/general/testing/testing.html#Parallel_Testing > > Here's what I see when I run "t/TEST -start-httpd -port=34343"
yeah, this is where Apache-Test gets confusing... it's '-port 34343' not '-port=34343'. same with '-port select'. this is different than, say '-trace=debug' where the = is required... basically, the first set of options from t/TEST -help use an equal sign and are part of Apache::TestRun. the second set _do not_ use an equal sign and are part of Apache::TestConfig. gotta love legacy decisions :) --Geoff