From a1f63464ffa18256dddd9058d78447842c2f5dd6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 8 Dec 2012 19:19:21 +0100 Subject: fixup: fix wheezy-lxde job (which failed due to empty -cdrom param for qemu) and further cleanup of configuration --- bin/cd_tester.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/cd_tester.sh') diff --git a/bin/cd_tester.sh b/bin/cd_tester.sh index 4668352a..2b0856f3 100755 --- a/bin/cd_tester.sh +++ b/bin/cd_tester.sh @@ -102,7 +102,7 @@ bootstrap() { qemu-img create -f raw $NAME.raw ${DISKSIZE_IN_GB}G echo "Doing cd tests for $NAME now." # qemu related variables (incl kernel+initrd) - if [ -n "IMAGE" ] ; then + if [ -n "$IMAGE" ] ; then QEMU_OPTS="-cdrom $IMAGE -boot d" QEMU_KERNEL="--kernel $IMAGE_MNT/install.amd/vmlinuz --initrd $IMAGE_MNT/install.amd/gtk/initrd.gz" else -- cgit v1.2.3-70-g09d2