fix tests

This commit is contained in:
Kevin Lange 2012-11-28 23:41:05 -08:00
parent ed5b9543fb
commit 37f27b48f5

View File

@ -3,7 +3,7 @@ import subprocess, sys
q = subprocess.Popen(['qemu-system-i386', '-kernel', 'toaruos-kernel', '-m', '256',
'-serial', 'stdio', '-vga', 'std', '-hda', 'toaruos-disk.img',
'-vnc', ':1', '-append', 'vgaterm hdd start=/bin/core-tests'],
'-vnc', ':1', '-append', 'vgaterm hdd start=/bin/core-tests logtoserial=10'],
stdout=subprocess.PIPE)
passes = 0