summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-30 10:57:06 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-30 10:57:06 +0200
commit56377d8a935ba6e8837b95f83ada10a04dd91cff (patch)
tree5c079b7e1f52c91f62ddb40d9b3f77b2fc8740d5 /bin/g-i-installation.sh
parent6d2317263128eb86929656393d0572091aa13219 (diff)
downloadjenkins.debian.net-56377d8a935ba6e8837b95f83ada10a04dd91cff.tar.xz
g-i: edu installs in test mode: click ok on developer warnings
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh16
1 files changed, 5 insertions, 11 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 88cc5fc0..5e6bb7af 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -543,7 +543,7 @@ post_install_boot() {
esac
;;
debian-edu*minimal) case $TOKEN in
- # debian-edu installations report error found during installation, go forward
+ # debian-edu installations report error found during installation, go forward in text mode
0030) $EDUTESTMODE && do_and_report key tab
;;
0040) $EDUTESTMODE && do_and_report key enter
@@ -592,7 +592,7 @@ post_install_boot() {
esac
;;
debian-edu*-main-server) case $TOKEN in
- # debian-edu installations report error found during installation, go forward
+ # debian-edu installations report error found during installation, go forward, in text mode
0500) $EDUTESTMODE && do_and_report key tab
;;
0550) $EDUTESTMODE && do_and_report key enter
@@ -688,9 +688,7 @@ post_install_boot() {
;;
debian-edu*-combi-server) case $TOKEN in
# debian-edu installations report error found during installation, go forward
- 0500) $EDUTESTMODE && do_and_report key tab # dummy keypress
- ;;
- 0550) $EDUTESTMODE && do_and_report key enter # dummy keypress
+ 0100) $EDUTESTMODE && do_and_report move 760 560 click 1
;;
0770) do_and_report type jenkins
;;
@@ -753,9 +751,7 @@ post_install_boot() {
;;
debian-edu*workstation) case $TOKEN in
# debian-edu installations report error found during installation, go forward
- 0090) $EDUTESTMODE && do_and_report key tab
- ;;
- 0100) $EDUTESTMODE && do_and_report key enter
+ 0100) $EDUTESTMODE && do_and_report move 760 560 click 1
;;
0110) do_and_report type jenkins
;;
@@ -770,9 +766,7 @@ post_install_boot() {
;;
debian-edu*standalone*) case $TOKEN in
# debian-edu installations report error found during installation, go forward
- 0090) $EDUTESTMODE && do_and_report key tab
- ;;
- 0100) $EDUTESTMODE && do_and_report key enter
+ 0100) $EDUTESTMODE && do_and_report move 760 560 click 1
;;
0110) do_and_report type jenkins
;;