diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-24 17:22:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-24 17:22:39 +0200 |
commit | d14763e375b9f165c18e1f441644ae26ae2f192c (patch) | |
tree | 6c320a1a146c30e08190849324eb4dddd5705c74 /bin | |
parent | 6f10dd77850939588a8c6a3902b010eb99aaf651 (diff) | |
download | jenkins.debian.net-d14763e375b9f165c18e1f441644ae26ae2f192c.tar.xz |
g-i: drop debug code. ignore failures when pressing ctrl to avoid screensaver kicking in
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index dd25a765..779dc964 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -783,10 +783,6 @@ monitor_system() { fi cd $RESULTS sleep 4 - echo "Output of QEMU serial log:" # FIXME: debug code, remove later - echo "--------------------------" - cat ${QEMU_SERIAL_OUT} - echo "--------------------------" hourlimit=16 # hours echo "Taking screenshots every 2 seconds now, until qemu ends for whatever reasons or $hourlimit hours have passed or if the test seems to hang." echo @@ -807,7 +803,6 @@ monitor_system() { rm snapshot_${PRINTF_NR}.jpg else echo "could not take vncsnapshot from $DISPLAY" - tail ${QEMU_SERIAL_OUT} fi # give signal we are still running if [ $(($NR % 14)) -eq 0 ] ; then @@ -815,7 +810,7 @@ monitor_system() { fi if [ $(($NR % 100)) -eq 0 ] ; then # press ctrl-key to avoid screensaver kicking in - vncdo -s $DISPLAY key ctrl || tail ${QEMU_SERIAL_OUT} # FIXME: debug code, remove later + vncdo -s $DISPLAY key ctrl || true # take a screenshot for later publishing backup_screenshot # |