summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-12 13:08:52 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-12 13:08:52 +0100
commit64c512d5bfbe8fb6716a540bc97587bd3b5d590f (patch)
tree2c5abbf14f96a772c251e318c3072d54e5758cc0 /bin
parent3139bea89afbd1d4115adb8b91ad74b8c3db90e5 (diff)
downloadjenkins.debian.net-64c512d5bfbe8fb6716a540bc97587bd3b5d590f.tar.xz
g-i: debug why hurd hangs
Diffstat (limited to 'bin')
-rw-r--r--bin/g-i-installation.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 5d0c308a..1f5c46da 100644
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -1099,6 +1099,10 @@ 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