[Catalyst-commits] r6994 - trunk/Catalyst-View-Mason
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon Oct 15 15:37:35 GMT 2007
Author: rafl
Date: 2007-10-15 15:37:35 +0100 (Mon, 15 Oct 2007)
New Revision: 6994
Modified:
trunk/Catalyst-View-Mason/Makefile.PL
Log:
Ignore test errors during testcover runs.
Modified: trunk/Catalyst-View-Mason/Makefile.PL
===================================================================
--- trunk/Catalyst-View-Mason/Makefile.PL 2007-10-15 14:37:28 UTC (rev 6993)
+++ trunk/Catalyst-View-Mason/Makefile.PL 2007-10-15 14:37:35 UTC (rev 6994)
@@ -18,7 +18,7 @@
sub postamble {
return <<"EOM"
testcover:
-\tHARNESS_PERL_SWITCHES=-MDevel::Cover PERL_DL_NONLAZY=1 \$(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" "test_harness(\$(TEST_VERBOSE), 'inc', '\$(INST_LIB)', '\$(INST_ARCHLIB)')" \$(TEST_FILES)
+\t-HARNESS_PERL_SWITCHES=-MDevel::Cover PERL_DL_NONLAZY=1 \$(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" "test_harness(\$(TEST_VERBOSE), 'inc', '\$(INST_LIB)', '\$(INST_ARCHLIB)')" \$(TEST_FILES)
\tcover
EOM
}
More information about the Catalyst-commits
mailing list