[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [sysadmin/neon-openqa] neon/lib: cursor now needs moved before oem-config/enable=true string
From:       Jonathan Riddell <null () kde ! org>
Date:       2018-09-24 11:52:11
Message-ID: E1g4PPP-0006YM-0c () code ! kde ! org
[Download RAW message or body]

Git commit d85fae468829b9fc3f06fe14f9d8e9f40463d0c7 by Jonathan Riddell.
Committed on 24/09/2018 at 11:52.
Pushed by jriddell into branch 'master'.

cursor now needs moved before oem-config/enable=true string

M  +3    -3    neon/lib/livetest_neon.pm

https://commits.kde.org/sysadmin/neon-openqa/d85fae468829b9fc3f06fe14f9d8e9f40463d0c7

diff --git a/neon/lib/livetest_neon.pm b/neon/lib/livetest_neon.pm
index 517af20..ba7983a 100644
--- a/neon/lib/livetest_neon.pm
+++ b/neon/lib/livetest_neon.pm
@@ -207,9 +207,9 @@ sub bootloader {
         }
 
         send_key 'end';
-        send_key 'left';
-        send_key 'left';
-        send_key 'left';
+        foreach my $i (0..25) {
+            send_key 'left';
+        }
         # Set the kmsg target to ttyS1. We then also need to force plymouth as
         # it'd not do anything if console= is set.
         type_string 'console=ttyS1 plymouth.force-splash plymouth.ignore-show-splash \
plymouth.ignore-serial-consoles ';


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic