[netcdf-fortran] 02/04: Disable parallel test execution.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Oct 25 14:42:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository netcdf-fortran.
commit 352d6ca637fca8ea61b532c709e6c27a40be99a4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Oct 25 15:31:39 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 374e43e..1f7ad4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
netcdf-fortran (4.4.2-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:14:31 +0200
diff --git a/debian/rules b/debian/rules
index 894b56d..8d87977 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_build-indep:
(cd docs && 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-fortran.git
More information about the Pkg-grass-devel
mailing list