[SCM] kwayland packaging branch, master, updated. 116d5e3a2c2bdc404c5edcaea1d20f1bf520e614
Maximiliano Curia
maxy at moszumanska.debian.org
Mon Mar 23 15:22:09 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kwayland.git;a=commitdiff;h=80ffb35
The following commit has been merged in the master branch:
commit 80ffb35bdbd4fa6bb049a7a154167d4a7b34a33b
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Sat Mar 14 21:04:37 2015 +0100
testsuite test, HOME needs to be an absolute path.
---
debian/tests/testsuite.xsession | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/tests/testsuite.xsession b/debian/tests/testsuite.xsession
index 3a00834..c849da6 100755
--- a/debian/tests/testsuite.xsession
+++ b/debian/tests/testsuite.xsession
@@ -1,10 +1,11 @@
#!/bin/sh
-#!/bin/sh
export LANG=C.UTF-8
export LC_ALL=C.UTF-8
[ -e debian/tests.home ] || mkdir debian/tests.home
-HOME=debian/tests.home openbox &
+export HOME="$(pwd)/debian/tests.home"
+openbox &
sleep 5
-HOME=debian/tests.home dh_auto_test
-rm -rf debian/home/tests.home
-
+dh_auto_test
+ret=$?
+rm -rf debian/tests.home
+exit $ret
--
kwayland packaging
More information about the pkg-kde-commits
mailing list