Enable boottests

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-25 16:59:11 +02:00
parent 16bd6cfab2
commit 5ad6967b19
12 changed files with 144 additions and 2 deletions

View file

@ -164,7 +164,7 @@ if [ x$boot = xcoreboot ]; then
device=cdrom
fi
${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -${device} ${isofile} ${bootdev} | tr -d "\r"
${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -${device} ${isofile} ${bootdev} | cat | tr -d "\r"
rm -f "${isofile}" "${imgfile}"
rm -rf "${rom_directory}"
if [ x$boot = xcoreboot ]; then