From: Amos Kong <akong@redhat.com>
To: autotest-kernel@redhat.com
Cc: lmr@redhat.com, Amos Kong <akong@redhat.com>,
qemu-devel@nongnu.org, virt-test-devel@redhat.com
Subject: [Qemu-devel] [Autotest PATCH 1/2] virt run: fix typo in help message
Date: Sun, 30 Dec 2012 09:02:08 +0800 [thread overview]
Message-ID: <1356829329-30082-1-git-send-email-akong@redhat.com> (raw)
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
next reply other threads:[~2012-12-30 1:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-30 1:02 Amos Kong [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1356829329-30082-1-git-send-email-akong@redhat.com \
--to=akong@redhat.com \
--cc=autotest-kernel@redhat.com \
--cc=lmr@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=virt-test-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).