From b9e76536972f28a53f857350849b7a7b74bc6853 Mon Sep 17 00:00:00 2001
From: Thomas Moulard <thomas.moulard@gmail.com>
Date: Tue, 17 Sep 2013 15:13:26 +0900
Subject: [PATCH] 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 039c2ca8..8ee139f1 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
-- 
GitLab