[neon/backports-jammy/libaccounts-qt/Neon/unstable] debian: There is no dbus-test-runner in Debian
Maximiliano Curia
null at kde.org
Thu Jun 22 01:22:15 BST 2023
Git commit 2eab7758fca89f3aaee7111f22192e726b1338a7 by Maximiliano Curia.
Committed on 23/04/2015 at 20:26.
Pushed by carlosdem into branch 'Neon/unstable'.
There is no dbus-test-runner in Debian
M +3 -3 debian/rules
https://invent.kde.org/neon/backports-jammy/libaccounts-qt/-/commit/2eab7758fca89f3aaee7111f22192e726b1338a7
diff --git a/debian/rules b/debian/rules
index 25987bb..4b14b39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,8 +39,8 @@ override_dh_install:
dh_install --fail-missing
override_dh_auto_test:
- cd build/qt4; dbus-test-runner -t make -p check; cd -
- cd build/qt5; dbus-test-runner -t make -p check; cd -
+ cd build/qt4; xvfb-run -a dbus-launch --exit-with-session make check; cd -
+ cd build/qt5; xvfb-run -a dbus-launch --exit-with-session make check; cd -
%:
- dh $@
+ dh $@
More information about the Neon-commits
mailing list