[SCM] kdeclarative packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-4-gc3fa5ed

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Wed May 20 00:00:57 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdeclarative.git;a=commitdiff;h=a97581e

The following commit has been merged in the kubuntu_unstable branch:
commit a97581ead6d715b03a87d6d3cdb5e64a5a3d076b
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Mar 14 20:53:56 2015 +0100

    testsuite test, HOME needs to be an absolute path.
---
 debian/tests/testsuite.xsession | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/tests/testsuite.xsession b/debian/tests/testsuite.xsession
index 2094558..c849da6 100755
--- a/debian/tests/testsuite.xsession
+++ b/debian/tests/testsuite.xsession
@@ -2,9 +2,10 @@
 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
+dh_auto_test
 ret=$?
-rm -rf debian/home/tests.home
+rm -rf debian/tests.home
 exit $ret

-- 
kdeclarative packaging



More information about the pkg-kde-commits mailing list