gnu: greenisland: Use INVOKE.

* gnu/packages/display-managers.scm (greenisland)[arguments]: Use INVOKE in
check phase.
master
Ricardo Wurmus 2019-01-25 14:11:00 +01:00
parent 3692cffed4
commit 3af2708881
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
(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