Enable debugging in basic tests

related: rhbz#2162332
This commit is contained in:
Richard W.M. Jones 2023-01-30 15:40:28 +00:00
parent 0d5af3e0fc
commit 8f96179862
1 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ set -x
# Fix libvirt.
systemctl restart libvirtd
virt-builder fedora-30
virt-v2v -i disk fedora-30.img -o null
virt-builder -vx fedora-30
virt-v2v -vx -i disk fedora-30.img -o null