mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: qtwayland: Fix test.
* gnu/packages/qt.scm (qtwayland)[#:phases]<disable-failing-tests>: Adjust according to source change.
This commit is contained in:
parent
ff48a10807
commit
5c8e8dff60
1 changed files with 1 additions and 1 deletions
|
@ -1797,7 +1797,7 @@ (define-public qtwayland
|
||||||
(((string-append
|
(((string-append
|
||||||
"QVERIFY\\(!cursorSurface\\(\\)->"
|
"QVERIFY\\(!cursorSurface\\(\\)->"
|
||||||
"m_waitingFrameCallbacks\\.empty\\(\\)\\);")) "")
|
"m_waitingFrameCallbacks\\.empty\\(\\)\\);")) "")
|
||||||
(("QTRY_COMPARE\\(bufferSpy\\.count\\(\\), 1\\);") ""))))
|
(("QTRY_COMPARE\\(bufferSpy\\.size\\(\\), 1\\);") ""))))
|
||||||
(add-before 'check 'set-test-environment
|
(add-before 'check 'set-test-environment
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Do not fail just because /etc/machine-id is missing.
|
;; Do not fail just because /etc/machine-id is missing.
|
||||||
|
|
Loading…
Reference in a new issue