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

sebastic pushed a commit to branch master
in repository netcdf-cxx.

commit a5532741083ee4dd672126d65f554ce66360e27d
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sun Oct 25 14:52:54 2015 +0100

    Disable parallel test execution.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0998471..fef740c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 netcdf-cxx (4.2.1-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
+  * Disable parallel test execution.
 
  -- Bas Couwenberg <sebas...@debian.org>  Tue, 08 Sep 2015 22:15:00 +0200
 
diff --git a/debian/rules b/debian/rules
index 0e25e0b..bfeb71f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_build-indep:
        (cd cxx4 && doxygen)
 
 override_dh_auto_test:
-       dh_auto_test || echo "Ignoring test failures"
+       dh_auto_test --max-parallel=1 || echo "Ignoring test failures"
 
 override_dh_install:
        $(RM) debian/tmp/usr/lib/*/*.la

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf-cxx.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to