diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-27 13:15:05 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-27 13:15:05 +0100 |
commit | 49cf3852a9785b072512f7b7322e8e8db3366274 (patch) | |
tree | 71c6f0715c5611c0471b26d787b8c64b22140dbe /bin | |
parent | 2a426491d3290009cdbfa9608ebc843d7b1ce59f (diff) | |
download | jenkins.debian.net-49cf3852a9785b072512f7b7322e8e8db3366274.tar.xz |
g-i: presentation mode tests: press enter more often
Diffstat (limited to 'bin')
-rw-r--r-- | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 8ffd78b5..19843186 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -458,7 +458,7 @@ presentation_boot() { let MY_NR=NR-TRIGGER_NR TOKEN=$(printf "%04d" $MY_NR) case $TOKEN in - 0[123456]00) do_and_report key enter + [01][123456789]00) do_and_report key enter ;; *) ;; esac |