Here's a tidbit that I just reverse-engineered, while doing the 1.3b5
upgrade. It doesn't seem to be documented in INSTALL.pod, although
there's a clue in Changes.pod.
Q: How can I prevent 'make test' from running some of the tests? For
example, I don't allow CGI scripts, so 'make test' fails at CGI. How
do I run just the other tests?
A: Try
$ make test TESTARGS="--help"
# and for just offline and mod_perl:
$ make test TESTARGS="-hoe"
-- Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]