From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: "Jiří Župka" <jzupka@redhat.com>
Cc: autotest@test.kernel.org, kvm@vger.kernel.org, kvm-autotest@redhat.com
Subject: Re: [PATCH] Repair minor exception text formatting in kvm.py.
Date: Mon, 13 Jun 2011 21:31:00 -0300 [thread overview]
Message-ID: <1308011464.4391.1.camel@justice> (raw)
In-Reply-To: <1307963836-13689-1-git-send-email-jzupka@redhat.com>
On Mon, 2011-06-13 at 13:17 +0200, Jiří Župka wrote:
> Signed-off-by: Jiří Župka <jzupka@redhat.com>
Thank you Jiri, applied!
http://autotest.kernel.org/changeset/5420
> ---
> client/tests/kvm/kvm.py | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/client/tests/kvm/kvm.py b/client/tests/kvm/kvm.py
> index bb17f28..84c361e 100644
> --- a/client/tests/kvm/kvm.py
> +++ b/client/tests/kvm/kvm.py
> @@ -71,7 +71,8 @@ class kvm(test.test):
> if subtest_dir is None:
> raise error.TestError("Could not find test file %s.py "
> "on either %s or %s directory" %
> - subtest_dir_kvm, subtest_dir_virt)
> + (t_type, subtest_dir_kvm,
> + subtest_dir_virt))
> # Load the test module
> f, p, d = imp.find_module(t_type, [subtest_dir])
> test_module = imp.load_module(t_type, f, p, d)
_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
prev parent reply other threads:[~2011-06-14 0:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-13 11:17 [PATCH] Repair minor exception text formatting in kvm.py Jiří Župka
2011-06-14 0:31 ` Lucas Meneghel Rodrigues [this message]
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=1308011464.4391.1.camel@justice \
--to=lmr@redhat.com \
--cc=autotest@test.kernel.org \
--cc=jzupka@redhat.com \
--cc=kvm-autotest@redhat.com \
--cc=kvm@vger.kernel.org \
/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