From 2587c4c277ab9c72c3938ff70c38f9eab4e4eeaf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 12 Dec 2012 21:52:45 +0100 Subject: cosmetic changes --- bin/g-i-installation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index eb2612f1..0cbdcc11 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -104,7 +104,7 @@ bootstrap() { cd $WORKSPACE echo "Creating raw disk image with ${DISKSIZE_IN_GB} GiB now." qemu-img create -f raw $NAME.raw ${DISKSIZE_IN_GB}G - echo "Doing cd tests for $NAME now." + echo "Doing g-i installation test for $NAME now." # qemu related variables (incl kernel+initrd) if [ -n "$IMAGE" ] ; then QEMU_OPTS="-cdrom $IMAGE -boot d" @@ -183,10 +183,10 @@ monitor_installation() { fi if [ $(($NR % 100)) -eq 0 ] && [ $NR -gt 400 ] ; then # test if this screenshot is the same as the one 400 screenshots ago, and if so, let stop this - set -x # from help let: "Exit Status: If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise." let OLD=NR-400 PRINTF_OLD=$(printf "%06d" $OLD) + set -x if diff -q snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm ; then echo ERROR snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm match, ending installation. ls -la snapshot_${PRINTF_NR}.ppm snapshot_${PRINTF_OLD}.ppm -- cgit v1.2.3-70-g09d2