mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
tests: Properly check the quassel service is running.
Simply calling 'start-service' without checking its return value doesn't test much. * gnu/tests/messaging.scm (run-quassel-test): Check service is running via `wait-for-service'. Change-Id: Ieb0df9aaafeb79afc11901b5aef547e0b4585bd3
This commit is contained in:
@@ -246,7 +246,7 @@
|
|||||||
(marionette-eval
|
(marionette-eval
|
||||||
'(begin
|
'(begin
|
||||||
(use-modules (gnu services herd))
|
(use-modules (gnu services herd))
|
||||||
(start-service 'quassel))
|
(wait-for-service 'quassel))
|
||||||
marionette))
|
marionette))
|
||||||
|
|
||||||
(test-assert "certificate file"
|
(test-assert "certificate file"
|
||||||
|
|||||||
Reference in New Issue
Block a user