qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Autotest PATCH 1/2] virt run: fix typo in help message
@ 2012-12-30  1:02 Amos Kong
  2012-12-30  1:02 ` [Qemu-devel] [Autotest PATCH 2/2] virt run: add three logical case filters Amos Kong
  2012-12-31 19:52 ` [Qemu-devel] [Virt-test-devel] [Autotest PATCH 1/2] virt run: fix typo in help message Lucas Meneghel Rodrigues
  0 siblings, 2 replies; 11+ messages in thread
From: Amos Kong @ 2012-12-30  1:02 UTC (permalink / raw)
  To: autotest-kernel; +Cc: lmr, Amos Kong, qemu-devel, virt-test-devel

type 'kvm' already been changed to 'qemu'

Signed-off-by: Amos Kong <akong@redhat.com>
---
 run |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/run b/run
index 97dcdad..aac332a 100755
--- a/run
+++ b/run
@@ -145,7 +145,7 @@ class VirtTestRunParser(optparse.OptionParser):
         general.add_option("-v", "--verbose", action="store_true",
                            dest="verbose", help="Exhibit debug messages")
         general.add_option("-t", "--type", action="store", dest="type",
-                           help="Choose test type (kvm, libvirt, v2v)")
+                           help="Choose test type (qemu, libvirt, v2v)")
         general.add_option("-c", "--config", action="store", dest="config",
                            help="Explicitly choose a cartesian config")
         general.add_option("-r", "--restore-image", action="store_true",
@@ -174,7 +174,7 @@ class VirtTestRunParser(optparse.OptionParser):
                                  "%default"))
         self.add_option_group(general)
 
-        qemu = optparse.OptionGroup(self, 'Options specific to the kvm test')
+        qemu = optparse.OptionGroup(self, 'Options specific to the qemu test')
         qemu.add_option("--qemu-bin", action="store", dest="qemu",
                         help=("Path to a custom qemu binary to be tested. "
                               "Default path: %s" % qemu_bin_path))
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-01-05 15:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-30  1:02 [Qemu-devel] [Autotest PATCH 1/2] virt run: fix typo in help message Amos Kong
2012-12-30  1:02 ` [Qemu-devel] [Autotest PATCH 2/2] virt run: add three logical case filters Amos Kong
2012-12-30  1:10   ` Amos Kong
2012-12-31 19:55     ` Lucas Meneghel Rodrigues
2013-01-04 13:13       ` Andreas Färber
2013-01-04 14:21         ` [Qemu-devel] [Autotest] " Lucas Meneghel Rodrigues
2013-01-04 15:06         ` [Qemu-devel] " Gerd Hoffmann
2013-01-04 17:35           ` Lucas Meneghel Rodrigues
2013-01-05  8:52       ` [Qemu-devel] [Virt-test-devel] " Qingtang Zhou
2013-01-05 15:29         ` Lucas Meneghel Rodrigues
2012-12-31 19:52 ` [Qemu-devel] [Virt-test-devel] [Autotest PATCH 1/2] virt run: fix typo in help message Lucas Meneghel Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).