git.annexia.org
/
virt-v2v-test-transfers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c00913
)
Print a message when we start each guest.
master
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 12 Jun 2015 12:47:22 +0000
(13:47 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 12 Jun 2015 12:47:22 +0000
(13:47 +0100)
run-transfer-tests.pl
patch
|
blob
|
history
diff --git
a/run-transfer-tests.pl
b/run-transfer-tests.pl
index
b119640
..
8ca2894
100755
(executable)
--- a/
run-transfer-tests.pl
+++ b/
run-transfer-tests.pl
@@
-184,6
+184,8
@@
if (@guests == 0) {
my $guest;
foreach $guest (@guests) {
+ print "opening: $guest\n";
+
my $dom = $vmm->get_domain_by_name ($guest)
or die "$progname: $guest: guest not found\n";
my $domxml = $dom->get_xml_description ();