guix-commits
[Top][All Lists]
Advanced

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

08/08: tests: jami-provisioning: Fix test derivation name.


From: guix-commits
Subject: 08/08: tests: jami-provisioning: Fix test derivation name.
Date: Fri, 23 Sep 2022 23:58:41 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit fd109c5c09ea836dcd0c7294263cf93ef4dac79d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Sep 23 23:53:48 2022 -0400

    tests: jami-provisioning: Fix test derivation name.
    
    * gnu/tests/telephony.scm (run-jami-test): Fix test derivation name.
---
 gnu/tests/telephony.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/telephony.scm b/gnu/tests/telephony.scm
index 2b26a41a69..714855a2b8 100644
--- a/gnu/tests/telephony.scm
+++ b/gnu/tests/telephony.scm
@@ -358,7 +358,7 @@ jami account used as part of the jami configuration are 
left *unspecified*."
   (gexp->derivation (if provisioning?
                         (if partial?
                             "jami-provisioning-partial-test"
-                            "jami-provisioning-partial")
+                            "jami-provisioning-test")
                         "jami-test")
     test))
 



reply via email to

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