bdd: Ignore QGeoClue errors.
The geolocation tests emitted those errors on the Archlinux buildbot: QGeoclueMaster error creating GeoclueMasterClient. Geoclue error: Process org.freedesktop.Geoclue.Master exited with status 127 I don't really know what they mean, but let's see if the test passes now.
This commit is contained in:
parent
b8a50dc475
commit
d4e2ece38b
@ -42,4 +42,6 @@ qt_log_ignore =
|
||||
^QXcbXSettings::QXcbXSettings\(QXcbScreen\*\) Failed to get selection owner for XSETTINGS_S atom
|
||||
^QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to .*
|
||||
^QXcbClipboard: SelectionRequest too old
|
||||
^QGeoclueMaster error creating GeoclueMasterClient\.
|
||||
^Geoclue error: Process org\.freedesktop\.Geoclue\.Master exited with status 127
|
||||
qt_wait_signal_raising = true
|
||||
|
Loading…
Reference in New Issue
Block a user