mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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:
parent
c311147bd1
commit
822eacc6bb
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue