1
0
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:
Maxim Cournoyer
2025-03-29 09:49:01 +09:00
parent 35ad8f7a92
commit 8c43056aab

View File

@@ -246,7 +246,7 @@
(marionette-eval
'(begin
(use-modules (gnu services herd))
(start-service 'quassel))
(wait-for-service 'quassel))
marionette))
(test-assert "certificate file"