guix-commits
[Top][All Lists]
Advanced

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

01/02: tests: base: Correct invalid merge.


From: Ludovic Courtès
Subject: 01/02: tests: base: Correct invalid merge.
Date: Sat, 30 Jul 2016 13:47:43 +0000 (UTC)

civodul pushed a commit to branch core-updates
in repository guix.

commit 716753cb9768dde6494b4bd2895f2186c31c0e34
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 30 01:07:50 2016 +0200

    tests: base: Correct invalid merge.
    
    Fixes a regression introduced by merge commit
    7575655212ecfbcd1f04e429c8a7a41f8720d027.
    
    * gnu/tests/base.scm (run-basic-test)[test]: Fix list of 'use-modules'
    and 'test-begin' call.
---
 gnu/tests/base.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index 479403e..a6278b2 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -73,6 +73,8 @@ properties of running system to what's declared in OS, an 
<operating-system>."
     (with-imported-modules '((gnu build marionette))
       #~(begin
           (use-modules (gnu build marionette)
+                       (srfi srfi-1)
+                       (srfi srfi-26)
                        (srfi srfi-64)
                        (ice-9 match))
 
@@ -82,7 +84,7 @@ properties of running system to what's declared in OS, an 
<operating-system>."
           (mkdir #$output)
           (chdir #$output)
 
-          (test-begin "mcron")
+          (test-begin "basic")
 
           (test-assert "uname"
             (match (marionette-eval '(uname) marionette)



reply via email to

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