~ruther/guix-local

a4bbf41b255bc55fac32669e8359bfe0b037b2d5 — Ludovic Courtès 9 years ago 328ae34
tests: install: Adjust to new 'marionette-service-type' interface.

This is a followup to 037f9e07cd03d6894a6b5fc9a252c34d3b163962.
Reported by Mark H Weaver.

* gnu/tests/install.scm (%minimal-os): Pass a <marionette-configuration>
object as the value for the MARIONETTE-SERVICE-TYPE.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/tests/install.scm
M gnu/tests/install.scm => gnu/tests/install.scm +3 -2
@@ 66,8 66,9 @@
                  (home-directory "/home/alice"))
                 %base-user-accounts))
    (services (cons (service marionette-service-type
                             '((gnu services herd)
                               (guix combinators)))
                             (marionette-configuration
                              (imported-modules '((gnu services herd)
                                                  (guix combinators)))))
                    %base-services))))

(define (operating-system-with-current-guix os)