guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: tests: halt: Fix it.


From: guix-commits
Subject: branch master updated: tests: halt: Fix it.
Date: Tue, 13 Apr 2021 04:02:55 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 822eacc  tests: halt: Fix it.
822eacc is described below

commit 822eacc6bb0878323e6687d4460a7c53066545e1
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Apr 13 09:57:56 2021 +0200

    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.
---
 gnu/tests/base.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index e5f9b87..9429a10 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -555,10 +555,6 @@ functionality tests.")
                               (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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]