[Pkg-mysql-commits] [mariadb-5.5] 02/02: Re-enable build tests

Otto Kekäläinen ottok-guest at moszumanska.debian.org
Wed Feb 5 06:26:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

ottok-guest pushed a commit to branch master
in repository mariadb-5.5.

commit a82d59a3cb534ac2d2bee0a555bbf27dc75b71c5
Author: Otto Kekäläinen <otto.kekalainen at seravo.fi>
Date:   Tue Feb 4 21:35:13 2014 +0200

    Re-enable build tests
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 90c6ed0..eb596df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,8 +121,7 @@ build-stamp:
 override_dh_auto_test:
 	@echo "RULES.$@"
 ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),)
-	# disable test temporary
-	# cd $(builddir) && $(MAKE) $(MAKE_TEST_TARGET) || $(TESTSUITE_FAIL_CMD) ;
+	cd $(builddir) && $(MAKE) $(MAKE_TEST_TARGET) || $(TESTSUITE_FAIL_CMD) ;
 endif
 
 override_dh_auto_install: auto_install-stamp

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-mysql/mariadb-5.5.git



More information about the Pkg-mysql-commits mailing list