r40683 - /trunk/libmodule-cpants-analyse-perl/debian/rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Jul 24 19:13:38 UTC 2009


Author: ryan52-guest
Date: Fri Jul 24 19:13:26 2009
New Revision: 40683

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40683
Log:
fix

Modified:
    trunk/libmodule-cpants-analyse-perl/debian/rules

Modified: trunk/libmodule-cpants-analyse-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-cpants-analyse-perl/debian/rules?rev=40683&op=diff
==============================================================================
--- trunk/libmodule-cpants-analyse-perl/debian/rules (original)
+++ trunk/libmodule-cpants-analyse-perl/debian/rules Fri Jul 24 19:13:26 2009
@@ -28,7 +28,7 @@
 	dh $@
 
 override_dh_auto_test:
-	DH_VERBOSE=1 dh_auto_test -- TEST_FILES="$(shell ls t/*.t | grep -v analyse | grep -v t/calc_test_yaml_meta.t)"
+	DH_VERBOSE=1 dh_auto_test -- TEST_FILES="$(shell ls t/*.t | grep -v analyse | grep -v t/calc_test_yaml_meta.t | grep -v t/unpack | grep -v t/calc.t | grep -v t/generated_files.t | grep -v t/moose_as_strict.t | grep -v t/plugin_manifest.t)"
 
 binary: binary-arch binary-indep
 




More information about the Pkg-perl-cvs-commits mailing list