summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-06-20 00:21:29 +0200
committerLudovic Courtès <ludo@gnu.org>2016-06-20 00:52:53 +0200
commitca7a68ebeb5039883cd43b6165ba1915b0974a41 (patch)
tree545e4e773ae7740daf984780aad862a81175db81 /gnu
parente3de272a810732a7c8d226717413a6b06b716515 (diff)
tests: Fix list of exports in (gnu tests).
* gnu/tests.scm: Export 'marionette-service-type'.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/tests.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/tests.scm b/gnu/tests.scm
index 08d8315ea04..7ca80ebf0ef 100644
--- a/gnu/tests.scm
+++ b/gnu/tests.scm
@@ -21,7 +21,7 @@
21 #:use-module (gnu system) 21 #:use-module (gnu system)
22 #:use-module (gnu services) 22 #:use-module (gnu services)
23 #:use-module (gnu services shepherd) 23 #:use-module (gnu services shepherd)
24 #:export (backdoor-service-type 24 #:export (marionette-service-type
25 marionette-operating-system)) 25 marionette-operating-system))
26 26
27;;; Commentary: 27;;; Commentary:
@@ -112,7 +112,7 @@
112(define marionette-service-type 112(define marionette-service-type
113 ;; This is the type of the "marionette" service, allowing a guest system to 113 ;; This is the type of the "marionette" service, allowing a guest system to
114 ;; be manipulated from the host. This marionette REPL is essentially a 114 ;; be manipulated from the host. This marionette REPL is essentially a
115 ;; universal marionette. 115 ;; universal backdoor.
116 (service-type (name 'marionette-repl) 116 (service-type (name 'marionette-repl)
117 (extensions 117 (extensions
118 (list (service-extension shepherd-root-service-type 118 (list (service-extension shepherd-root-service-type