On 03/13/2012 03:12 PM, Vinson Lee wrote:
> The directory has already been created by base_test.
>
> Fixes OSError exception.
>
> Signed-off-by: Vinson Lee<v...@twitter.com>
> ---
>   client/tests/memory_api/memory_api.py |    1 -
>   1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/client/tests/memory_api/memory_api.py 
> b/client/tests/memory_api/memory_api.py
> index ac9cc37..4448188 100644
> --- a/client/tests/memory_api/memory_api.py
> +++ b/client/tests/memory_api/memory_api.py
> @@ -6,7 +6,6 @@ class memory_api(test.test):
>       version = 1
>
>       def setup(self):
> -        os.mkdir(self.tmpdir)

Fair enough, applied:

https://github.com/autotest/autotest/commit/84a52703ab5d54984446c0d9f021fa8495d140ed

Thanks!

>           utils.system("%s %s -o %s" %
>                         (utils.get_cc(),
>                          os.path.join(self.bindir, "memory_api.c"),

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to