Skip to content

Commit a69e20a

Browse files
committed
resize/test-virt-resize.pl: Enable virt-resize debugging
When the test fails it's very useful to be able to see the internal calculations used by virt-resize.
1 parent 204d45a commit a69e20a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resize/test-virt-resize.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@
311311
# Create the virt-resize command.
312312
my @command = (
313313
"virt-resize",
314+
"--debug",
314315
"--format", $source_format,
315316
"--output-format", $target_format,
316317
);

0 commit comments

Comments
 (0)