mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-03 10:20:13 +00:00
Fix unit testing framework for Qemu 0.12.
* tests/util/grub-shell.in: Remove -serial stdio option.
This commit is contained in:
commit
14e18ae351
@ -1,3 +1,9 @@
|
||||
2010-04-06 BVK Chaitanya <bvk.groups@gmail.com>
|
||||
|
||||
Fix unit testing framework for Qemu 0.12.
|
||||
|
||||
* tests/util/grub-shell.in: Remove -serial stdio option.
|
||||
|
||||
2010-04-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
POSIX header file wrappers.
|
||||
|
@ -135,7 +135,7 @@ fdafile=`mktemp`
|
||||
cp ${isofile} ${fdafile}
|
||||
|
||||
outfile=`mktemp`
|
||||
qemu-system-i386 ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
|
||||
qemu-system-i386 ${qemuopts} -nographic -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
|
||||
|
||||
cat $outfile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user