me
/
guix
Archived
1
0
Fork 0

tests: Fix tailon test.

This is a follow-up of 73eeeeafbb.

* gnu/tests/web.scm (run-tailon-test): Wait for the TCP port 8080 instead of
relying on start-service.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Mathieu Othacehe 2022-05-01 12:53:53 +02:00
parent b47aae7f85
commit 7b9ee58925
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 5 deletions

View File

@ -481,11 +481,7 @@ HTTP-PORT."
(test-begin "tailon")
(test-assert "service running"
(marionette-eval
'(begin
(use-modules (gnu services herd))
(start-service 'tailon))
marionette))
(wait-for-tcp-port 8080 marionette))
(test-equal "http-get"
200