summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-08-04 15:06:17 -0400
committerCole Robinson <crobinso@redhat.com>2022-08-04 15:06:17 -0400
commite132cb6fcd0766f04e541fddb8579aca20643a7a (patch)
tree96f4b8a3b70ca28c4fdd217b034bbcc657222998 /tests
parent5e48307e9d9d3c811ccbdb6463b6ccb79a029c4d (diff)
downloadvirt-manager-e132cb6fcd0766f04e541fddb8579aca20643a7a.tar.gz
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_inject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_inject.py b/tests/test_inject.py
index 40280c24..7a0c4e96 100644
--- a/tests/test_inject.py
+++ b/tests/test_inject.py
@@ -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)