[visp] 04/10: debian/rules: disable parallelism in tests
Thomas Moulard
thomas_moulard-guest at alioth.debian.org
Tue Sep 24 16:18:26 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 056e12f3d4f6fc8b228e00623044aa8f5702335e
Author: Thomas Moulard <thomas.moulard at gmail.com>
Date: Fri Sep 13 11:21:14 2013 +0900
debian/rules: disable parallelism in tests
---
debian/rules | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 84725b2..c7926ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,5 +79,8 @@ override_dh_auto_build-indep:
override_dh_strip:
dh_strip -a --dbg-package=libvisp2.8-dbg
+# Parallelism is disabled in tests as some cannot run at the same
+# time
override_dh_auto_test:
- export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ && dh_auto_test
+ export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ \
+ && dh_auto_test -- -j1
--
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