r54600 - /trunk/eekboek/debian/rules

thijs at users.alioth.debian.org thijs at users.alioth.debian.org
Sun Mar 21 12:43:06 UTC 2010


Author: thijs
Date: Sun Mar 21 12:42:49 2010
New Revision: 54600

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54600
Log:
a better way to disable database-requiring tests

Modified:
    trunk/eekboek/debian/rules

Modified: trunk/eekboek/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/rules?rev=54600&op=diff
==============================================================================
--- trunk/eekboek/debian/rules (original)
+++ trunk/eekboek/debian/rules Sun Mar 21 12:42:49 2010
@@ -10,11 +10,10 @@
 
 # remove failing tests.
 override_dh_auto_configure:
-	rm -f t/80_db_postgresql.t t/91_ivp_sqlite.t t/92_ivp_postgres.t
 	perl Build.PL --installdirs vendor create_packlist=0
 
 override_dh_auto_test:
-	./Build test
+	EB_SKIPDBTESTS=1 ./Build test
 
 override_dh_auto_install:
 	# use debian/eekboek. not dh's default debian/tmp




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