Skip to content

Commit

Permalink
Merge pull request #6058 from nanli1/fix_virsh_create_use_incorrect_l…
Browse files Browse the repository at this point in the history
…og_operation

fix virsh create use incorrect log operation
  • Loading branch information
dzhengfy authored Dec 15, 2024
2 parents 2ce671d + 7fbf039 commit 7b9e90a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def prepare_transient_guest():
test.log.debug("Define guest by xml:\n%s", vmxml)
virsh.undefine(vm_name, options='--nvram', debug=True,
ignore_status=False)
virsh.create(vmxml.xml, shell=True)
virsh.create(vmxml.xml, debug=True, ignore_status=False)

def run_test():
"""
Expand Down

0 comments on commit 7b9e90a

Please sign in to comment.