guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: tests: Import (guix build utils) in the marionette.


From: guix-commits
Subject: 01/02: tests: Import (guix build utils) in the marionette.
Date: Mon, 24 Jun 2019 11:50:15 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f9d55c4925c69473ca85ecaff6e223767e690550
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 23 23:48:07 2019 +0200

    tests: Import (guix build utils) in the marionette.
    
    * gnu/tests/install.scm 
(%minimal-os)[marionette-configuration](imported-modules):
    Add (guix build utils).
    * gnu/tests/base.scm (run-basic-test)["skeletons in home directories"]:
    Use (guix build utils) explicitly.
---
 gnu/tests/base.scm    | 4 ++--
 gnu/tests/install.scm | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index 247f237..a891711 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -223,8 +223,8 @@ info --version")
                                   (operating-system-user-accounts os))))
               (marionette-eval
                `(begin
-                  (use-modules (srfi srfi-1) (ice-9 ftw)
-                               (ice-9 match))
+                  (use-modules (guix build utils) (srfi srfi-1)
+                               (ice-9 ftw) (ice-9 match))
 
                   (every (match-lambda
                            ((user home)
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 7b5ee18..9f6baa1 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -79,6 +79,7 @@
     (services (cons (service marionette-service-type
                              (marionette-configuration
                               (imported-modules '((gnu services herd)
+                                                  (guix build utils)
                                                   (guix combinators)))))
                     %base-services))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]