guix-commits
[Top][All Lists]
Advanced

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

branch master updated: tests: telephony: Add missing import to fix jami


From: guix-commits
Subject: branch master updated: tests: telephony: Add missing import to fix jami tests.
Date: Mon, 26 Sep 2022 15:58:09 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 28a50eeac7 tests: telephony: Add missing import to fix jami tests.
28a50eeac7 is described below

commit 28a50eeac796d1b45200746cc685c7e20413d05c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 26 15:49:54 2022 -0400

    tests: telephony: Add missing import to fix jami tests.
    
    * gnu/tests/telephony.scm (run-jami-test): Add a missing (ice-9 match) 
import
    directive.
    
    Co-authored-by: Olivier Dion <olivier.dion@polymtl.ca>
---
 gnu/tests/telephony.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/tests/telephony.scm b/gnu/tests/telephony.scm
index 5724d179c2..28a466ff67 100644
--- a/gnu/tests/telephony.scm
+++ b/gnu/tests/telephony.scm
@@ -273,6 +273,7 @@ jami account used as part of the jami configuration are 
left *unspecified*."
               (marionette-eval
                '(begin
                   (use-modules (gnu services herd)
+                               (ice-9 match)
                                (rnrs base)
                                (srfi srfi-1))
 



reply via email to

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