r7056 - in /trunk/libapache2-mod-perl2/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Aug 21 18:55:40 UTC 2007


Author: dmn
Date: Tue Aug 21 18:55:39 2007
New Revision: 7056

URL: http://svn.debian.org/wsvn/?sc=1&rev=7056
Log:
Fail if $(MAKE) test fails

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/rules

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/changelog?rev=7056&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Aug 21 18:55:39 2007
@@ -19,8 +19,9 @@
     dates etc)
   * Add new 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
     to fix the server_const test
-
- -- Damyan Ivanov <dmn at debian.org>  Tue, 21 Aug 2007 17:50:57 +0300
+  * Fail if $(MAKE) test fails
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 21 Aug 2007 19:50:00 +0300
 
 libapache2-mod-perl2 (2.0.2-6) UNRELEASED; urgency=low
 

Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/rules?rev=7056&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Tue Aug 21 18:55:39 2007
@@ -43,8 +43,7 @@
 		MP_APXS=/usr/bin/apxs2 \
 		MP_INCLUDE_DIR=/usr/include/apr-1.0
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	LANG=C $(MAKE) test || true
-	# run the tests, but do not abort if some fail
+	LANG=C $(MAKE) test
 
 	touch $@
 




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