mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-03 01:18:00 +03:00
tests: test_inject: Drop --debug usage
Otherwise it scrolls output too fast and user doesn't notice the instructions Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
5e48307e9d
commit
e132cb6fcd
@ -88,7 +88,7 @@ def _test_distro(distro):
|
|||||||
"--name __virtinst__test__initrd__ --ram 2048 "
|
"--name __virtinst__test__initrd__ --ram 2048 "
|
||||||
"--transient --destroy-on-exit --disk none "
|
"--transient --destroy-on-exit --disk none "
|
||||||
"--location %s --initrd-inject %s "
|
"--location %s --initrd-inject %s "
|
||||||
"--install kernel_args=%s,kernel_args_overwrite=yes --debug" %
|
"--install kernel_args=%s,kernel_args_overwrite=yes" %
|
||||||
(distro.url, distro.filename, append))
|
(distro.url, distro.filename, append))
|
||||||
print("\n\n" + cmd)
|
print("\n\n" + cmd)
|
||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
|
Loading…
Reference in New Issue
Block a user