mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +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
|
||||
'(begin
|
||||
(use-modules (gnu services herd))
|
||||
(start-service 'quassel))
|
||||
(wait-for-service 'quassel))
|
||||
marionette))
|
||||
|
||||
(test-assert "certificate file"
|
||||
|
||||
Reference in New Issue
Block a user