mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
tests: jami-provisioning: Fix test derivation name.
* gnu/tests/telephony.scm (run-jami-test): Fix test derivation name.
This commit is contained in:
parent
effdc6c83e
commit
fd109c5c09
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ (define marionette
|
|||
(gexp->derivation (if provisioning?
|
||||
(if partial?
|
||||
"jami-provisioning-partial-test"
|
||||
"jami-provisioning-partial")
|
||||
"jami-provisioning-test")
|
||||
"jami-test")
|
||||
test))
|
||||
|
||||
|
|
Loading…
Reference in a new issue