>> so, thoughts or ideas?  am I making any sense?
> 
> 
> Yes, you are. 

*whew*

:)

> I think that the subprocess can load Test::More and 
> friends like this:
> 
> use Test::More no_plan => 1;
> Test::More->builder->no_header(1);

cool, thanks.

> 
> That will set No_Plan, Have_Plan, and No_Header to true, silencing  the
> "Gotta have a plan!" error and the "1.." message at the end.

with your suggestion I'm almost there:

1..1
ok 1 - this was a passing test
# No tests run!

http://people.apache.org/~geoff/test-more-separately.tar.gz

if you want to try...

--Geoff

Reply via email to