[SCM] kdecoration packaging branch, master, updated. debian/5.2.0-1-30-g01ac21a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Mar 26 12:43:28 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kdecoration.git;a=commitdiff;h=3e4ed65

The following commit has been merged in the master branch:
commit 3e4ed65518d7a3797048470397882e6412da191a
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Mar 14 21:03:33 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

-- 
kdecoration packaging



More information about the pkg-kde-commits mailing list