LGTM, applied, thanks!

On Mon, Jul 30, 2012 at 10:18 AM, Plamen Dimitrov
<[email protected]> wrote:
>
> Signed-off-by: Plamen Dimitrov <[email protected]>
> ---
>  client/virt/virt_test.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/client/virt/virt_test.py b/client/virt/virt_test.py
> index 0e97307..d9e052e 100644
> --- a/client/virt/virt_test.py
> +++ b/client/virt/virt_test.py
> @@ -66,7 +66,7 @@ class virt_test(test.test):
>                          if not os.path.isdir(subtestdir):
>                              raise error.TestError("Directory %s not"
>                                                    " exist." % (subtestdir))
> -                        subtest_dirs.append(dir)
> +                        subtest_dirs.append(subtestdir)
>                      # Verify if we have the correspondent source file for it
>                      virt_dir = os.path.dirname(virt_utils.__file__)
>                      subtest_dirs.append(os.path.join(virt_dir, "tests"))
> --
> 1.7.10.4
>
> _______________________________________________
> Autotest-kernel mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/autotest-kernel



-- 
Lucas

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to