[gerris] 02/02: Revert [b87f1f2] for running autopkgtests in chroots and containers

Graham Inggs ginggs at moszumanska.debian.org
Wed Oct 26 10:47:19 UTC 2016


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

ginggs pushed a commit to branch master
in repository gerris.

commit 83587bdde448f9340e95edda0487bbd2698d4387
Author: Graham Inggs <ginggs at debian.org>
Date:   Wed Oct 26 12:19:37 2016 +0200

    Revert [b87f1f2] for running autopkgtests in chroots and containers
---
 debian/changelog         | 1 +
 debian/tests/testHydro   | 2 ++
 debian/tests/testKinetic | 2 ++
 debian/tests/testPlate   | 2 ++
 debian/tests/testQuadr   | 2 ++
 5 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1b185d3..9ed195b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gerris (20131206+dfsg-12) UNRELEASED; urgency=medium
 
   [ Graham Inggs ]
   * Add Depends on mpi-default-bin to debian/tests/control. (Closes: #841885)
+  * Revert [b87f1f2] for running autopkgtests in chroots and containers.
 
  -- Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>  Wed, 26 Oct 2016 12:11:12 +0200
 
diff --git a/debian/tests/testHydro b/debian/tests/testHydro
index fbcfc1d..9e224ef 100755
--- a/debian/tests/testHydro
+++ b/debian/tests/testHydro
@@ -4,6 +4,8 @@
 
 set -e
 
+export OMPI_MCA_plm_rsh_agent=/bin/false
+
 WORKDIR=$(mktemp -d)
 trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
 cd $WORKDIR
diff --git a/debian/tests/testKinetic b/debian/tests/testKinetic
index 279f14f..d41d27e 100755
--- a/debian/tests/testKinetic
+++ b/debian/tests/testKinetic
@@ -4,6 +4,8 @@
 
 set -e
 
+export OMPI_MCA_plm_rsh_agent=/bin/false
+
 WORKDIR=$(mktemp -d)
 trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
 cd $WORKDIR
diff --git a/debian/tests/testPlate b/debian/tests/testPlate
index 4d28ca7..ceafa99 100755
--- a/debian/tests/testPlate
+++ b/debian/tests/testPlate
@@ -4,6 +4,8 @@
 
 set -e
 
+export OMPI_MCA_plm_rsh_agent=/bin/false
+
 WORKDIR=$(mktemp -d)
 trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
 cd $WORKDIR
diff --git a/debian/tests/testQuadr b/debian/tests/testQuadr
index eb8c0a9..770a274 100755
--- a/debian/tests/testQuadr
+++ b/debian/tests/testQuadr
@@ -4,6 +4,8 @@
 
 set -e
 
+export OMPI_MCA_plm_rsh_agent=/bin/false
+
 WORKDIR=$(mktemp -d)
 trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
 cd $WORKDIR

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gerris.git



More information about the debian-science-commits mailing list