After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764562 - Don't requite dbus system bus for running the test suite
Don't requite dbus system bus for running the test suite
Status: RESOLVED FIXED
Product: gcr
Classification: Core
Component: General
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-04-03 22:20 UTC by Michael Biebl
Modified: 2019-02-22 11:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] do not require system bus for running test suite (1.44 KB, patch)
2016-04-03 22:20 UTC, Michael Biebl
none Details | Review

Description Michael Biebl 2016-04-03 22:20:18 UTC
Created attachment 325280 [details] [review]
[PATCH] do not require system bus for running test suite

gcr/test-system-prompt/test_watch_cancels
creates a dbus system bus. This makes it hard to run the test-suite under a restricted environment, like our Debian buildds where no system dbus is running.

As the DBus connection seems to be unused, simply remove it.
Comment 1 Stef Walter 2016-04-04 05:15:34 UTC
Thanks. Looks good. Merged.