Skip to content
Snippets Groups Projects
Commit 8758efe0 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: telepathy-logger: Disable parallel tests.

* gnu/packages/freedesktop.scm (telepathy-logger)[arguments]: Disable parallel
tests.
parent c1fc7a67
No related branches found
No related tags found
No related merge requests found
...@@ -547,7 +547,8 @@ (define-public telepathy-logger ...@@ -547,7 +547,8 @@ (define-public telepathy-logger
"1bjx85k7jyfi5pvl765fzc7q2iz9va51anrc2djv7caksqsdbjlg")))) "1bjx85k7jyfi5pvl765fzc7q2iz9va51anrc2djv7caksqsdbjlg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:parallel-tests? #f
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'check 'pre-check (add-before 'check 'pre-check
(lambda _ (lambda _
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment