[ignition-math2] 01/02: Disable parallel testing

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Tue Jan 5 23:20:20 UTC 2016


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

jrivero-guest pushed a commit to branch master
in repository ignition-math2.

commit 11ce2cef8176569214229ec3ed0e4d4ecffb38af
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Wed Jan 6 00:19:02 2016 +0100

    Disable parallel testing
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f8c7372..d2438fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,8 @@
 # This special exception was added by Craig Small in version 0.37 of dh-make.
 
 .PHONY: override_dh_auto_configure \
-        override_dh_strip 
+        override_dh_strip \
+        override_dh_auto_test	
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
@@ -17,5 +18,8 @@ override_dh_auto_configure:
 override_dh_strip:
 	dh_strip -a --dbg-package=libignition-math2-dbg
 
+override_dh_auto_test:
+	dh_auto_test $@ --no-parallel --buildsystem=cmake
+
 %:
 	dh $@ --parallel --buildsystem=cmake

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ignition-math2.git



More information about the debian-science-commits mailing list