Skip to content
Snippets Groups Projects
Unverified Commit 3af27088 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: greenisland: Use INVOKE.

* gnu/packages/display-managers.scm (greenisland)[arguments]: Use INVOKE in
check phase.
parent 3692cffe
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ (define-public greenisland
(replace 'check
(lambda _
(setenv "DBUS_FATAL_WARNINGS" "0")
(zero? (system* "dbus-launch" "ctest" "."))))
(invoke "dbus-launch" "ctest" ".")))
(add-before 'check 'check-setup
(lambda _
(setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; Enable debug output
......
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