summaryrefslogtreecommitdiffstats
path: root/bin/cd_tester.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cd_tester.sh')
-rwxr-xr-xbin/cd_tester.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cd_tester.sh b/bin/cd_tester.sh
index 6cddda66..0e19b1ac 100755
--- a/bin/cd_tester.sh
+++ b/bin/cd_tester.sh
@@ -80,8 +80,8 @@ cleanup_all() {
bootstrap() {
cd $WORKSPACE
- echo "Creating raw disk image with ${DISKSIZE_IN_GB}g now."
- qemu-img create -f raw $NAME.raw ${DISKSIZE_IN_GB}g
+ 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."
case $NAME in
wheezy-debian-edu-workstation)