[SCM] bluez-qt packaging branch, master, updated. debian/5.37.0-2-82-gc828299

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:23:29 UTC 2018


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

The following commit has been merged in the master branch:
commit b2b432d31120b7d010acf737f1b7661232a4989d
Author: Harald Sitter <sitter at kde.org>
Date:   Wed May 4 11:33:47 2016 +0200

    kill children to make sure testsuite exits
---
 debian/tests/testsuite | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index 2024c22..ca8c1bb 100644
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -13,6 +13,6 @@ sleep 1
 DISPLAY=:2 openbox & openbox_pid=$!
 sleep 1
 
-trap "kill ${openbox_pid}; kill ${x_pid}; rm -rf debian/tests.home" EXIT
+trap "pkill -TERM -P ${openbox_pid}; kill ${openbox_pid}; pkill -TERM -P ${x_pid}; kill ${x_pid}; rm -rf debian/tests.home" EXIT
 
 DISPLAY=:2 dbus-launch --exit-with-session dh_auto_test

-- 
bluez-qt packaging



More information about the pkg-kde-commits mailing list