summaryrefslogtreecommitdiff
path: root/virt-install
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-01-15 10:59:17 -0500
committerCole Robinson <crobinso@redhat.com>2020-01-15 11:00:21 -0500
commit925948a19ec38a3e0627d80c7b8ef7a9613b57c9 (patch)
tree2736263dfb9cbc5bcb8b89da2d86002085e1f9ec /virt-install
parent15a9502b7b7a263c4d66ff2b3f31c209f58fe0b4 (diff)
downloadvirt-manager-925948a19ec38a3e0627d80c7b8ef7a9613b57c9.tar.gz
virt-install: Add some coverage exclusions
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'virt-install')
-rwxr-xr-xvirt-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-install b/virt-install
index 05d3aaef..0056a218 100755
--- a/virt-install
+++ b/virt-install
@@ -773,7 +773,7 @@ def check_domain(installer, domain, conscb, transient, waithandler):
# Wait loop
while True:
- if check_domain_inactive():
+ if check_domain_inactive(): # pragma: no cover
print_stdout(_("Domain has shutdown. Continuing."))
break