[med-svn] [ball] 01/01: Do not run test suite parallel

Andreas Tille tille at debian.org
Thu Sep 21 07:10:54 UTC 2017


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

tille pushed a commit to branch master
in repository ball.

commit 3f2eff0566bf5796497a770a50a108b66dd99999
Author: Andreas Tille <tille at debian.org>
Date:   Thu Sep 21 09:10:29 2017 +0200

    Do not run test suite parallel
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b61d2f..1b48261 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ ball (1.4.3~beta1-4) UNRELEASED; urgency=medium
   * Standards-Version: 4.1.0 (no changes needed)
   * Add dh_sip after dh_install (Thanks for the hint to Dmitry Shachnev
     <mitya57 at debian.org>)
+  * Do not run test suite parallel
 
- -- Andreas Tille <tille at debian.org>  Tue, 22 Aug 2017 14:38:06 +0200
+ -- Andreas Tille <tille at debian.org>  Tue, 19 Sep 2017 20:25:18 +0200
 
 ball (1.4.3~beta1-3) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 9d23042..350d537 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ We will run the test suite, but ignore any errors to prevent FTBFS.  \
 See Debian bug #830894 for the discussion and how you can help.\
 )
 override_dh_auto_test-arch:
-	-dh_auto_test --
+	dh_auto_test --no-parallel --
 endif
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ball.git



More information about the debian-med-commit mailing list