[visp] 09/10: Disable parallelism when running the tests suite (again)

Thomas Moulard thomas_moulard-guest at alioth.debian.org
Tue Sep 24 16:18:27 UTC 2013


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

thomas_moulard-guest pushed a commit to branch master
in repository visp.

commit b9e76536972f28a53f857350849b7a7b74bc6853
Author: Thomas Moulard <thomas.moulard at gmail.com>
Date:   Tue Sep 17 15:13:26 2013 +0900

    Disable parallelism when running the tests suite (again)
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 039c2ca..8ee139f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,4 +83,4 @@ override_dh_strip:
 # time
 override_dh_auto_test:
 	export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ \
-	 && dh_auto_test -- -j1
+	 && dh_auto_test --max-parallel=1

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



More information about the debian-science-commits mailing list