[SCM] kscreen packaging branch, master, updated. debian/5.2.0-1-2-gf5875c7
Maximiliano Curia
maxy at moszumanska.debian.org
Sat Mar 21 11:56:07 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kscreen.git;a=commitdiff;h=ceda67e
The following commit has been merged in the master branch:
commit ceda67ee462cd88383a791e5bc7b652956d7dbe6
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Sat Mar 14 20:59:10 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 5effc4f..ae25292 100755
--- a/debian/tests/testsuite.xsession
+++ b/debian/tests/testsuite.xsession
@@ -2,11 +2,12 @@
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
#tests are broken : Tests don't pass but Alex promised he'll look at it.
#Uncomment next line when fixed.
-HOME=debian/tests.home dh_auto_test
+dh_auto_test
ret=$?
-rm -rf debian/home/tests.home
+rm -rf debian/tests.home
exit $ret
--
kscreen packaging
More information about the pkg-kde-commits
mailing list