[SCM] purpose packaging branch, master, updated. e2185d27b201118c03149cca147f685d2ad42d2c

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jun 2 17:53:32 UTC 2016


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

The following commit has been merged in the master branch:
commit 456c3ff699d5a37228c11dd66469958cec2698e6
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Jun 2 19:45:35 2016 +0200

    The tests require kinit
---
 debian/tests/control            | 2 +-
 debian/tests/testsuite.xsession | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index b9cb811..deb1a55 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
 Tests: testsuite
 Depends: @, @builddeps@, build-essential,
-         xvfb, xauth, dbus-x11, openbox
+         xvfb, xauth, dbus-x11, openbox, kinit
 Restrictions: build-needed
 
 Tests: acc
diff --git a/debian/tests/testsuite.xsession b/debian/tests/testsuite.xsession
index f4c2f0a..b5a4a7a 100755
--- a/debian/tests/testsuite.xsession
+++ b/debian/tests/testsuite.xsession
@@ -8,7 +8,10 @@ mkdir -p ${XDG_DATA_HOME} || true
 mkdir -p ${XDG_RUNTIME_DIR} || true
 export XDG_DATA_DIRS="$XDG_DATA_HOME:${HOME}/.local/share:/usr/share"
 openbox & WMPID=$!
+sleep 1
+kdeinit5
 cleanup () {
+    kdeinit5_shutdown
     if [ -n "$WMPID" ]; then kill "$WMPID"; fi
 }
 trap cleanup EXIT

-- 
purpose packaging



More information about the pkg-kde-commits mailing list