[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Fwd: [PATCH] Make win_tests.py work out-of-the-box

From: masaru tsuchiyama <m.tmatma_at_gmail.com>
Date: 2007-02-25 14:34:31 CET

Hello

> The only problem with in-tree tests is that we don't create the
> 'subversion\tests\cmdline' directory. This is trivial to fix:
>
> Index: win-tests.py
> ===================================================================
> --- win-tests.py (revision 22924)
> +++ win-tests.py (working copy)
> @@ -447,13 +447,14 @@
> os.chdir(abs_objdir)
> baton = copied_execs
> os.path.walk('subversion', copy_execs, baton)
> - create_target_dir(CMDLINE_TEST_SCRIPT_NATIVE_PATH)
> except:
> os.chdir(old_cwd)
> raise
> else:
> os.chdir(old_cwd)
>
> +create_target_dir(CMDLINE_TEST_SCRIPT_NATIVE_PATH)
> +
> # Ensure the tests directory is correctly cased
> abs_builddir = fix_case(abs_builddir)

I also see that Vlad's patch is valid for the errors in getopt_tests.py.
Does anybody commit the patch?

Masaru

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 25 14:35:07 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.