tests: halt: Fix it.

This fixes: <https://issues.guix.gnu.org/47727>.  The OCR prompt detection is
failing, so remove it altogether.  It looks like the test doesn't need the
prompt detection delay to work properly.

* gnu/tests/base.scm (run-halt-test): Remove failing OCR detection.
This commit is contained in:
Mathieu Othacehe 2021-04-13 09:57:56 +02:00
parent c311147bd1
commit 822eacc6bb
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -555,10 +555,6 @@ (define ocrad
(start-service 'term-tty1))
marionette)
(marionette-type "root\n" marionette)
(wait-for-screen-text marionette
(lambda (text)
(string-contains text "root@komputilo"))
#:ocrad ocrad)
;; Start tmux and wait for it to be ready.
(marionette-type "tmux new-session 'echo 1 > /ready; bash'\n"