]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
use qemu-system-i386 instead of qemu
authorBVK Chaitanya <bvk.groups@gmail.com>
Thu, 14 Jan 2010 13:09:12 +0000 (18:39 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Thu, 14 Jan 2010 13:09:12 +0000 (18:39 +0530)
ChangeLog.unit-testing-framework
tests/util/grub-shell.in

index 6643e99891fa94426a840fad5a18e55aaed1202b..ba5ba8cc59135bb5dc7685784abb75d1d0b56efe 100644 (file)
@@ -1,5 +1,9 @@
 2010-01-14  BVK Chaitanya  <bvk@dbook>
 
+       Use qemu-system-i386 instead of qemu.
+
+       * tests/util/grub-shell.in (outfile): Use qemu-system-i386.
+
        Removed unnecessary grub_test_* wrappers.
 
        * tests/lib/unit_test.c (grub_test_malloc): Removed.
index b103872bad98295d9fc7f0955a5ab82b3c405d45..e6fef8313b5bb36321657f3d44e3765880aaf882 100644 (file)
@@ -135,7 +135,7 @@ fdafile=`mktemp`
 cp ${isofile} ${fdafile}
 
 outfile=`mktemp`
-qemu ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
+qemu-system-i386 ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
 
 cat $outfile