r17116 - /trunk/libnet-dns-async-perl/debian/rules
    waja-guest at users.alioth.debian.org 
    waja-guest at users.alioth.debian.org
       
    Sun Mar  9 21:28:33 UTC 2008
    
    
  
Author: waja-guest
Date: Sun Mar  9 21:28:32 2008
New Revision: 17116
URL: http://svn.debian.org/wsvn/?sc=1&rev=17116
Log:
fix the test
Modified:
    trunk/libnet-dns-async-perl/debian/rules
Modified: trunk/libnet-dns-async-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-dns-async-perl/debian/rules?rev=17116&op=diff
==============================================================================
--- trunk/libnet-dns-async-perl/debian/rules (original)
+++ trunk/libnet-dns-async-perl/debian/rules Sun Mar  9 21:28:32 2008
@@ -10,9 +10,6 @@
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
-
-# skip the networktest
-TEST_FILES="t/01_use.t"
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -29,7 +26,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	$(MAKE) test TEST_FILES="t/01_use.t"
 
 	touch $@
 
    
    
More information about the Pkg-perl-cvs-commits
mailing list