guix-commits
[Top][All Lists]
Advanced

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

02/05: tests: docker-system: Add missing import.


From: guix-commits
Subject: 02/05: tests: docker-system: Add missing import.
Date: Tue, 9 May 2023 18:37:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1be5bf560459d32943a82c2d3f60a1fc2ca53437
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun May 7 22:24:08 2023 +0200

    tests: docker-system: Add missing import.
    
    This is a followup to f51888272558d98cf5c196b93fb6c499056fbf6c.
    
    * gnu/tests/docker.scm (run-docker-system-test)["load system image and
    run it"]: Use (guix build utils).
---
 gnu/tests/docker.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/tests/docker.scm b/gnu/tests/docker.scm
index c084ac53ee..edc9804414 100644
--- a/gnu/tests/docker.scm
+++ b/gnu/tests/docker.scm
@@ -246,7 +246,8 @@ inside %DOCKER-OS."
             (marionette-eval
              `(begin
                 (use-modules (ice-9 popen)
-                             (ice-9 rdelim))
+                             (ice-9 rdelim)
+                             (guix build utils))
 
                 (define (slurp command . args)
                   ;; Return the output from COMMAND.



reply via email to

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