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:
Cole Robinson 2022-08-04 15:06:17 -04:00
parent 5e48307e9d
commit e132cb6fcd

View File

@ -88,7 +88,7 @@ def _test_distro(distro):
"--name __virtinst__test__initrd__ --ram 2048 "
"--transient --destroy-on-exit --disk none "
"--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))
print("\n\n" + cmd)
os.system(cmd)