tests: Fix list of exports in (gnu tests).

* gnu/tests.scm: Export 'marionette-service-type'.
master
Ludovic Courtès 2016-06-20 00:21:29 +02:00
parent e3de272a81
commit ca7a68ebeb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#:use-module (gnu system)
#:use-module (gnu services)
#:use-module (gnu services shepherd)
#:export (backdoor-service-type
#:export (marionette-service-type
marionette-operating-system))
;;; Commentary:
@ -112,7 +112,7 @@
(define marionette-service-type
;; This is the type of the "marionette" service, allowing a guest system to
;; be manipulated from the host. This marionette REPL is essentially a
;; universal marionette.
;; universal backdoor.
(service-type (name 'marionette-repl)
(extensions
(list (service-extension shepherd-root-service-type