> "make test" quits at (when I select "No"):
> 
> Running the test suite is important to make sure that the 
> module that you are about to install works on your system. If 
> you choose not to run the test suite and you have a problem 
> using this module, make sure to return and run this test 
> suite before reporting any problems to the developers of this module.
> 
> Skip the test suite? [No]
> make: *** [run_tests] Error 1
> 
> Does this give any clues?

Just a little more info, in Makefile, run_tests is the following:

run_tests :
        $(PASSENV) \
        $(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \
        t/TEST $(APACHE_TEST_EXTRA_ARGS) -bugreport
-verbose=$(TEST_VERBOSE) $(TEST_FILES)

Any way I can get a more verbose response on why I'm getting the error?

-Jesse

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to