Revision: 60
http://apache-dispatch.svn.sourceforge.net/apache-dispatch/?rev=60&view=rev
Author: phred_moyer
Date: 2007-12-25 12:15:14 -0800 (Tue, 25 Dec 2007)
Log Message:
-----------
We don't want to run any tests if Apache::Test isn't present, since all of our
tests require Apache::Test.
Modified Paths:
--------------
trunk/Makefile.PL
Modified: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL 2007-12-25 05:21:13 UTC (rev 59)
+++ trunk/Makefile.PL 2007-12-25 20:15:14 UTC (rev 60)
@@ -263,7 +263,13 @@
return $self->Apache::TestMM::test(@_) if $HAS_APACHE_TEST;
- return $self->SUPER::test(@_);
+ return <<EOF
+test::
+\t\@echo
+\t\@echo sorry, cannot run tests without a properly
+\t\@echo configured Apache-Test environment, mininum
+\t\@echo
+EOF
}
sub clean {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|