guix-commits
[Top][All Lists]
Advanced

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

02/04: tests: Add missing import.


From: guix-commits
Subject: 02/04: tests: Add missing import.
Date: Sat, 23 Mar 2019 19:14:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7b7e4e89c8a1a34e166a2755493e48035e8a78ab
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 23 23:09:45 2019 +0100

    tests: Add missing import.
    
    This is a followup to 22f95e028f038cee342f455dfc55bd32b804907c.
    
    * tests/scripts.scm: Use (guix tests).
---
 tests/scripts.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/scripts.scm b/tests/scripts.scm
index efee271..0315642 100644
--- a/tests/scripts.scm
+++ b/tests/scripts.scm
@@ -19,6 +19,7 @@
 
 (define-module (test-scripts)
   #:use-module (guix scripts)
+  #:use-module (guix tests)
   #:use-module ((guix scripts build)
                 #:select (%standard-build-options))
   #:use-module (srfi srfi-64))



reply via email to

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