Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9920 → Rev 9921

/kernel/trunk/test/common/__init__.py
112,7 → 112,6
flags += f"-drive format=raw,file={test_dir}/kolibri_test.img,index=0,if=floppy -boot a "
flags += "-vga vmware "
flags += "-net nic,model=rtl8139 -net user "
flags += "-soundhw ac97 "
if is_win32():
qemu_full_path = shutil.which(qemu_command)
qemu_directory = os.path.dirname(qemu_full_path)