summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-08 19:19:21 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-08 19:19:21 +0100
commita1f63464ffa18256dddd9058d78447842c2f5dd6 (patch)
treeca393cb24535e9dc3da2197d81e5c508b1b52f08 /bin
parenteb4e6f9f8946cb16bc7ed0c0fe94c61a1e7b7d6b (diff)
downloadjenkins.debian.net-a1f63464ffa18256dddd9058d78447842c2f5dd6.tar.xz
fixup: fix wheezy-lxde job (which failed due to empty -cdrom param for qemu) and further cleanup of configuration
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cd_tester.sh2
1 files changed, 1 insertions, 1 deletions
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