summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-27 13:15:05 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-27 13:15:05 +0100
commit49cf3852a9785b072512f7b7322e8e8db3366274 (patch)
tree71c6f0715c5611c0471b26d787b8c64b22140dbe /bin/g-i-installation.sh
parent2a426491d3290009cdbfa9608ebc843d7b1ce59f (diff)
downloadjenkins.debian.net-49cf3852a9785b072512f7b7322e8e8db3366274.tar.xz
g-i: presentation mode tests: press enter more often
Diffstat (limited to 'bin/g-i-installation.sh')
-rw-r--r--bin/g-i-installation.sh2
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