[esys-particle] 01/04: Fix build-test. (Closes: #813814)
Anton Gladky
gladk at moszumanska.debian.org
Sun Feb 7 18:34:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository esys-particle.
commit e1bd0e95ab694926146b6fae02323ac75ff450ed
Author: Anton Gladky <gladk at debian.org>
Date: Sun Feb 7 19:32:10 2016 +0100
Fix build-test. (Closes: #813814)
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3a216e9..4cccceb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ override_dh_auto_install:
dh_auto_install
ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs_mpi)))
cd $(CURDIR)/debian/test; python box.py 15.0
- cd $(CURDIR)/debian/test; mpirun -np 3 $(CURDIR)/debian/esys-particle/usr/bin/esysparticle compression.py; cat nbons.dat; cat ekin.dat; cat epot.dat
+ cd $(CURDIR)/debian/test; mpirun --allow-run-as-root -np 3 $(CURDIR)/debian/esys-particle/usr/bin/esysparticle compression.py; cat nbons.dat; cat ekin.dat; cat epot.dat
endif
find . -name '*.pyc' -print0 | xargs -0 rm -f
find . -name '*.pyo' -print0 | xargs -0 rm -f
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/esys-particle.git
More information about the debian-science-commits
mailing list