]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove debugging leftovers
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 27 Apr 2010 11:45:08 +0000 (13:45 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 27 Apr 2010 11:45:08 +0000 (13:45 +0200)
tests/util/grub-shell.in

index 1ff5620963560bf4ca08386cc6a2afde84bb3822..d8ea588a78dec27dd428fea30be2cb805fb0ee13 100644 (file)
@@ -146,9 +146,8 @@ if [ x$boot = xfd ]; then
     bootdev=a
 fi
 
-echo ${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -${device} ${isofile} -boot ${bootdev}
-#${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -${device} ${isofile} -boot ${bootdev} | tr -d "\r"
-#rm -f ${isofile}
+${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -${device} ${isofile} -boot ${bootdev} | tr -d "\r"
+rm -f ${isofile}
 
 rm -f ${tmpfile} ${cfgfile}
 exit 0