summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-12 23:13:35 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-13 00:57:52 -0500
commit374fea0f3bc8035f626cb29e6045130df9ffdaf8 (patch)
tree751075e37c3e5edb075cd82c175863e2acb1b1d8 /gnu/tests
parent1ed66d1461d18c97894381bace428b982980d597 (diff)
services: Adjust the jami service for the upgraded jami.
* gnu/services/telephony.scm (jami-configuration)[jamid]: Rename libring to libjami. * gnu/services/telephony.scm (jami-configuration->command-line-arguments): Adjust daemon file name. * gnu/services/telephony.scm (jami-service-type): Adjust doc. * gnu/tests/telephony.scm (run-jami-test): Check for 'jamid' process, not 'dring'. * doc/guix.texi (Telephony Services): Adjust doc for the jami-qt to jami and libring to libjami packages renaming.
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/telephony.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/tests/telephony.scm b/gnu/tests/telephony.scm
index 998bdbccf92..bc464a431a8 100644
--- a/gnu/tests/telephony.scm
+++ b/gnu/tests/telephony.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gnu.org>. 2;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>.
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
@@ -174,7 +174,7 @@ accounts provisioning feature of the service."
174 ;; in the service; use retries. 174 ;; in the service; use retries.
175 (with-retries 20 1 175 (with-retries 20 1
176 (not (zero? (status:exit-val 176 (not (zero? (status:exit-val
177 (system* "pgrep" "dring"))))))) 177 (system* "pgrep" "jamid")))))))
178 marionette)) 178 marionette))
179 179
180 (test-assert "service can be restarted" 180 (test-assert "service can be restarted"