diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-03 12:43:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-03 12:43:15 +0100 |
commit | 36ed0943166ac4e1ee1cc34c56097f322bcbda21 (patch) | |
tree | 762ae11a4fd025921434150073642b6712c43d0a /bin | |
parent | 72dcdeba00e4d5eabb3916ebca1e8974298da8b4 (diff) | |
download | jenkins.debian.net-36ed0943166ac4e1ee1cc34c56097f322bcbda21.tar.xz |
count correctly, report more verbose
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cd_tester.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/cd_tester.sh b/bin/cd_tester.sh index 43adeb76..94a1409a 100755 --- a/bin/cd_tester.sh +++ b/bin/cd_tester.sh @@ -49,6 +49,8 @@ RESULTS=$WORKSPACE/results cleanup_all() { set -x cd $RESULTS + echo -n "Last screenshot: " + ls -t1 *.ppm | head -1 # # create video # @@ -93,7 +95,8 @@ bootstrap() { monitor_installation() { cd $RESULTS sleep 4 - echo "Taking screenshots every 2secs now, until the installation is finished or 5h have passed" + echo "Taking screenshots every 2 secondss now, until the installation is finished (or qemu ends for other reasons) or 5h have passed or if the installation seems to hang." + echo NR=0 while [ $NR -lt 9000 ] ; do set +x |