[netcdf-cxx] 02/04: Disable parallel test execution.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Oct 25 14:30:45 UTC 2015
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 <sebastic at 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 <sebastic at 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
More information about the Pkg-grass-devel
mailing list