[plplot] 01/09: Define XDG_RUNTIME_DIR for test
Ole Streicher
olebole at moszumanska.debian.org
Mon Aug 28 14:01:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch master
in repository plplot.
commit e9d6bbf488dd4bc094478297f45362eeb11882b8
Author: Ole Streicher <olebole at debian.org>
Date: Mon Aug 28 11:24:13 2017 +0200
Define XDG_RUNTIME_DIR for test
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 876e07c..3f97e39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,5 +48,5 @@ override_dh_shlibdeps:
chmod ugo-x debian/octave-plplot/usr/lib/*/octave/site/oct/api-*/*/plplot_octave.oct
override_dh_auto_test:
- XDG_RUNTIME_DIR=/tmp xvfb-run dh_auto_test
+ XDG_RUNTIME_DIR=$(shell mktemp -d) SESSION_MANAGER="" xvfb-run dh_auto_test
$(MAKE) -C obj-* VERBOSE=1 test_diff_psc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/plplot.git
More information about the debian-science-commits
mailing list