[Pkg-owncloud-commits] [owncloud-client] 01/02: Run the tests with --max-parallel=1 to fix FTBFS.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 8 00:09:47 UTC 2014


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

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 9b6c580b91a6ac9c2536eb100adbf41acdf1eff2
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Thu May 8 02:06:53 2014 +0200

    Run the tests with --max-parallel=1 to fix FTBFS.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 14f4337..9bd86bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
 
 override_dh_auto_test:
 	mkdir obj-$(DEB_HOST_GNU_TYPE)/config
-	XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config dh_auto_test
+	XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config dh_auto_test --max-parallel=1
 	rm -r obj-$(DEB_HOST_GNU_TYPE)/config
 
 override_dh_auto_configure-arch:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list