summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-17 18:48:31 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-17 20:40:46 +0100
commit482759027ef8d95220176184301191b1b942c9f3 (patch)
tree36413cd3642d13353483efcfe4e96877b8a8192d /bin
parentd0dcb5d0d5b15b4feb81fb83febdd415a9df4dfd (diff)
downloadjenkins.debian.net-482759027ef8d95220176184301191b1b942c9f3.tar.xz
g-i hurd: remove hardcoded alt-f4 simulation
now that we have the serial log
Diffstat (limited to 'bin')
-rw-r--r--bin/g-i-installation.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 9740f71e..74355978 100644
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -1120,10 +1120,6 @@ monitor_system() {
if [ ! -z "$TRIGGER_MODE" ] && [ "$TRIGGER_MODE" = "$NR" ] ; then
let TRIGGER_NR=NR
fi
- # find out why hurd hangs
- if [ $NR -eq 5100 ] && [[ "$NAME" =~ ^debian.*_hurd.*$ ]] ; then
- do_and_report key alt-f4
- fi
let NR=NR+1
sleep 2
done